Update the 'll' alias to behave more like the real thing.
This commit is contained in:
parent
cdc4cc0e9d
commit
b7fbc9583e
2
.bashrc
2
.bashrc
|
@ -45,7 +45,7 @@ export PROMPT_COMMAND="${PROMPT_COMMAND:+$PROMPT_COMMAND$'\n'}history -a; histor
|
|||
#--------------------------------------------------------------------------------
|
||||
if [ $(uname -s) = "Darwin" ]; then
|
||||
alias top='top -u'
|
||||
alias ll='ls -lA'
|
||||
alias ll='ls -l'
|
||||
fi
|
||||
#--------------------------------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue