From a5e83d2611186f7f9e176809c28d031cf17cb68e Mon Sep 17 00:00:00 2001 From: shokinn Date: Tue, 29 Jul 2025 10:52:02 +0200 Subject: [PATCH] Add zoxide plugin to zsh configuration --- dotfiles/zshrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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)"