Skip to content

Commit

Permalink
drop 's' from la, add lah for ls -Flah
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Aug 16, 2011
1 parent 5b4ff0a commit 478e25b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .extra.bashrc
Expand Up @@ -278,7 +278,8 @@ fi
ls_cmd="ls$lscolor"
__garbage ls_cmd
alias ls="$ls_cmd"
alias la="$ls_cmd -Flas"
alias la="$ls_cmd -Fla"
alias lah="$ls_cmd -Flah"
alias lal="$ls_cmd -FLlash"
alias ll="$ls_cmd -Flsh"
alias ag="alias | grep"
Expand Down

0 comments on commit 478e25b

Please sign in to comment.