mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
fix(lib): fix 1
alias to cd
to directory 1 in stack (#10370)
This commit is contained in:
parent
04c96e235f
commit
bf88ff3f90
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue