Browse Source

ll doesn't show hidden files, lsa does

Gerhard Lazu 15 years ago
parent
commit
552e4b864a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lib/aliases.zsh

+ 1 - 0
lib/aliases.zsh

@@ -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'