Closed LGraz closed 3 months ago
Using eval "$(zoxide init --cmd cd zsh)" in my .zshrc overrides the cd command. Thus the suggested wrapper does not work anymore.
eval "$(zoxide init --cmd cd zsh)"
.zshrc
cd
Using
eval "$(zoxide init --cmd cd zsh)"
in my.zshrc
overrides thecd
command. Thus the suggested wrapper does not work anymore.