diff --git a/.zshrc b/.zshrc index d3beb17..17c7de6 100755 --- a/.zshrc +++ b/.zshrc @@ -60,6 +60,6 @@ else fi if $(which zoxide > /dev/null); then - eval "$(zoxide init zsh)" + eval "$(zoxide init zsh --cmd c)" fi