#Km91#@sh.itjust.works to linuxmemes@lemmy.world · 2 days agoFeels more polite for sure.sh.itjust.worksimagemessage-square90fedilinkarrow-up11.06Karrow-down110
arrow-up11.05Karrow-down1imageFeels more polite for sure.sh.itjust.works#Km91#@sh.itjust.works to linuxmemes@lemmy.world · 2 days agomessage-square90fedilink
minus-squareArthur Besse@lemmy.mllinkfedilinkEnglisharrow-up11·edit-22 days ago alias thanks="You are most welcomed" you need to use the echo command if you want to echo something: alias thanks="echo 'You are most welcomed'" (the inner single-quotes are not strictly required in this case, but recommended nonetheless)
minus-squarewildbus8979@sh.itjust.workslinkfedilinkarrow-up6·edit-22 days agoHuh yeah my bad, wrote this too fast in-between two messages at work
you need to use the
echocommand if you want to echo something:alias thanks="echo 'You are most welcomed'"(the inner single-quotes are not strictly required in this case, but recommended nonetheless)
Huh yeah my bad, wrote this too fast in-between two messages at work