alert-after
alert-after copied to clipboard
Correctly handle shell aliases
Haven't thought too hard about this, but given a command CMD that is passed to aa, it might be possible to just execute $SHELL -c 'CMD', but this assumes that $SHELL exists and that all shells have a -c parameter. Might be safer to just whitelist all the mainstream shells, and if it's not one of them, just execute the command directly.