add human-readable l alias.

This commit is contained in:
Gabriel Ebner 2011-08-27 20:54:14 +02:00
parent 161e575303
commit 1ff02cc70c
1 changed files with 1 additions and 0 deletions

1
zshrc
View File

@ -14,6 +14,7 @@ source $ZSH/oh-my-zsh.sh
setopt nocorrect_all
alias ll=ll
alias l='ls -lha'
# History
setopt APPEND_HISTORY SHARE_HISTORY EXTENDED_HISTORY INC_APPEND_HISTORY \