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
1 changed files with 1 additions and 0 deletions

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'