1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-07-02 20:09:26 +00:00

Merge branch 'brew_plugin_fix'

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

View File

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