Add zoxide plugin to zsh configuration

This commit is contained in:
Philip Henning 2025-07-29 10:52:02 +02:00
parent 67146e5f16
commit a5e83d2611

View file

@ -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)"