mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
Add back the -
alias to go to the previous directory
The alias was removed in #3564. A couple of users were using it, so I'm adding it back.
This commit is contained in:
parent
5e950d4fa0
commit
4fbfb149d3
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ alias -g ....='../../..'
|
|||
alias -g .....='../../../..'
|
||||
alias -g ......='../../../../..'
|
||||
|
||||
alias -- -='cd -'
|
||||
alias 1='cd -'
|
||||
alias 2='cd -2'
|
||||
alias 3='cd -3'
|
||||
|
|
Loading…
Reference in a new issue