Merge branch 'brew_plugin_fix'

This commit is contained in:
Daniel Schauenberg 2010-09-01 13:21:38 +02:00
commit 391587c794

View File

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