> alias df "(echo ' '; /bin/df \!*) &" What follows is a better solution. Without further ado, [Ag] alias df '/bin/sh -c "/bin/df \!* & wait"'