top | item 41903509

(no title)

Liquid_Fire | 1 year ago

Aliases are not expanded in shell scripts, unless they explicitly opt into it. Additionally, they are run in a non-interactive shell, so will not load your ~/.bashrc where you probably defined the alias.

discuss

order

caseyy|1 year ago

Nice to know, thank you