1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2024-12-22 17:28:01 +00:00

Make "-" an alias for "cd -" (cd back to previous directory)

This commit is contained in:
Markus Prinz 2009-10-03 19:48:29 +02:00
parent 77f632bca6
commit 62901a68db

View File

@ -8,6 +8,7 @@ alias ss='thin --stats "/thin/stats" start'
alias mr='mate CHANGELOG app config db lib public script spec test'
alias .='pwd'
alias ...='cd ../..'
alias -- -='cd -'
alias _='sudo'
alias ss='sudo su -'