Browse code

ll doesn't show hidden files, lsa does

Gerhard Lazu authored on 12/10/2009 at 06:56:55
Showing 1 changed files
... ...
@@ -39,6 +39,7 @@ alias gcp='git cherry-pick'
39 39
 alias history='fc -l 1'
40 40
 
41 41
 alias ls='ls -F'
42
+alias lsa='ls -lah'
42 43
 alias ll='ls -alr'
43 44
 alias l='ls'
44 45
 alias ll='ls -l'