1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-21 07:20:09 +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:
Marc Cornellà 2015-12-13 20:36:31 +01:00
parent 5e950d4fa0
commit 4fbfb149d3

View file

@ -8,6 +8,7 @@ alias -g ....='../../..'
alias -g .....='../../../..'
alias -g ......='../../../../..'
alias -- -='cd -'
alias 1='cd -'
alias 2='cd -2'
alias 3='cd -3'