1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-21 07:20:09 +00:00

fix(lib): fix 1 alias to cd to directory 1 in stack (#10370)

This commit is contained in:
Richard Mitchell 2021-11-02 07:05:37 -04:00 committed by GitHub
parent 04c96e235f
commit bf88ff3f90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ alias -g .....='../../../..'
alias -g ......='../../../../..'
alias -- -='cd -'
alias 1='cd -'
alias 1='cd -1'
alias 2='cd -2'
alias 3='cd -3'
alias 4='cd -4'