ll doesn't show hidden files, lsa does

pull/81/head
Gerhard Lazu 2009-10-12 07:56:55 +01:00 committed by Robby Russell
parent 52f5eb2005
commit 552e4b864a
1 changed files with 1 additions and 0 deletions

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'