Comment on Can Bash aliases be nested?

sin_free_for_00_days@sopuli.xyz ⁨4⁩ ⁨weeks⁩ ago

Should work. Just try it out and see if you get what you want. I tried:

alias llaa='pwd && ll'

then ran llaa and it did what I expected, current directory and ‘ls -al’ which is aliased.

source
Sort:hotnewtop