diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index c717f62..0f164e8 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -117,6 +117,6 @@ if (( ${+terminfo[smkx]} && ${+terminfo[rmkx]} )); then fi -eval "$(zoxide init zsh)" +eval "$(zoxide init --cmd cd zsh)" source $ZSH/oh-my-zsh.sh