diff --git a/zsh/dot-zshrc b/zsh/dot-zshrc index 76ea40a..ccc58f7 100644 --- a/zsh/dot-zshrc +++ b/zsh/dot-zshrc @@ -96,3 +96,7 @@ if hash pnpm 2>/dev/null; then *) export PATH="$PNPM_HOME:$PATH" ;; esac fi + +if hash zoxide 2>/dev/null; then + eval "$(zoxide init zsh --cmd cd)" +fi