Update the 'll' alias to behave more like the real thing.

This commit is contained in:
Scott Wallace 2015-02-04 10:54:13 +00:00
parent cdc4cc0e9d
commit b7fbc9583e

View file

@ -45,7 +45,7 @@ export PROMPT_COMMAND="${PROMPT_COMMAND:+$PROMPT_COMMAND$'\n'}history -a; histor
#-------------------------------------------------------------------------------- #--------------------------------------------------------------------------------
if [ $(uname -s) = "Darwin" ]; then if [ $(uname -s) = "Darwin" ]; then
alias top='top -u' alias top='top -u'
alias ll='ls -lA' alias ll='ls -l'
fi fi
#-------------------------------------------------------------------------------- #--------------------------------------------------------------------------------