ll doesn't show hidden files, lsa does

This commit is contained in:
Gerhard Lazu 2009-10-12 07:56:55 +01:00 committed by Robby Russell
parent 52f5eb2005
commit 552e4b864a

View File

@ -39,6 +39,7 @@ alias gcp='git cherry-pick'
alias history='fc -l 1'
alias ls='ls -F'
alias lsa='ls -lah'
alias ll='ls -alr'
alias l='ls'
alias ll='ls -l'