Commit 4fbfb149 authored by Marc Cornellà's avatar Marc Cornellà
Browse files

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.
parent 5e950d4f
...@@ -8,6 +8,7 @@ alias -g ....='../../..' ...@@ -8,6 +8,7 @@ alias -g ....='../../..'
alias -g .....='../../../..' alias -g .....='../../../..'
alias -g ......='../../../../..' alias -g ......='../../../../..'
alias -- -='cd -'
alias 1='cd -' alias 1='cd -'
alias 2='cd -2' alias 2='cd -2'
alias 3='cd -3' alias 3='cd -3'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment