diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index cce6525..9de7737 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -152,7 +152,7 @@ else echo "warning: sesh is not installed" >&2 fi if command -v zoxide &>/dev/null; then - eval "$(zoxide init zsh)" + eval "$(zoxide init zsh --cmd cd)" else echo "warning: zoxide is not installed" >&2 fi