diff --git a/dotfiles/zshrc b/dotfiles/zshrc index dd8ab31..fae2b13 100644 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -103,6 +103,7 @@ plugins=( themes uv vscode + zoxide zsh-navigation-tools zsh-ssh {%@@ if distro == 'macos' @@%} # Mac specifics @@ -210,5 +211,3 @@ autoload -Uz compinit zstyle ':completion:*' menu select fpath+=~/.zfunc {%@@ endif @@%} - -[[ $(command -v zoxide) ]] && eval "$(zoxide init zsh)"