0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02: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 172bb41830
commit 60e99779d5

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