1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2024-07-02 04:00:28 +00:00

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 -'