Zshrc/Zoxide: Add alias to cd.
This commit is contained in:
parent
827a18a66c
commit
160231dd59
1 changed files with 1 additions and 1 deletions
|
@ -117,6 +117,6 @@ if (( ${+terminfo[smkx]} && ${+terminfo[rmkx]} )); then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
eval "$(zoxide init zsh)"
|
eval "$(zoxide init --cmd cd zsh)"
|
||||||
|
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
|
|
Loading…
Reference in a new issue