you are viewing a single comment's thread
view the rest of the comments
[–] 11 points 5 months ago* (1 child)

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)

  • source
  • parent
  • hideshow 2 child comments