mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 08:50:08 +00:00
Make "-" an alias for "cd -" (cd back to previous directory)
This commit is contained in:
parent
172bb41830
commit
60e99779d5
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue