mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-22 12:09:36 +08:00
Make "-" an alias for "cd -" (cd back to previous directory)
This commit is contained in:
parent
172bb41830
commit
60e99779d5
|
@ -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 -'
|
||||
|
|
Loading…
Reference in New Issue
Block a user