Remove ar alias.

This commit is contained in:
Gabriel Ebner 2012-04-25 00:17:12 +02:00
parent a7096090c5
commit 912ccdfc97
1 changed files with 1 additions and 0 deletions

1
zshrc
View File

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