Merge branch 'master' of github.com:sjl/oh-my-zsh

This commit is contained in:
Steve Losh 2011-03-24 15:04:54 -04:00
commit a88f0fc493

View file

@ -4,7 +4,6 @@ setopt auto_pushd
setopt pushd_ignore_dups
alias -- -='cd -'
alias .='pwd'
alias ..='cd ..'
alias ...='cd ../..'
alias ....='cd ../../..'