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 themes
uv uv
vscode vscode
zoxide
zsh-navigation-tools zsh-navigation-tools
zsh-ssh zsh-ssh
{%@@ if distro == 'macos' @@%} # Mac specifics {%@@ if distro == 'macos' @@%} # Mac specifics
@ -210,5 +211,3 @@ autoload -Uz compinit
zstyle ':completion:*' menu select zstyle ':completion:*' menu select
fpath+=~/.zfunc fpath+=~/.zfunc
{%@@ endif @@%} {%@@ endif @@%}
[[ $(command -v zoxide) ]] && eval "$(zoxide init zsh)"