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

This commit is contained in:
alexg0 2010-08-27 11:30:52 -05:00
commit f5ba66cf2b
7 changed files with 88 additions and 14 deletions

View file

@ -3,7 +3,6 @@ alias pu='pushd'
alias po='popd'
# Basic directory operations
alias .='pwd'
alias ...='cd ../..'
alias -- -='cd -'