fix: update fpath

This commit is contained in:
2026-06-19 20:16:38 +02:00
parent 5e72cffe47
commit e42c80a59a
+3
View File
@@ -119,6 +119,9 @@ plugins=(
zsh-interactive-cd zsh-navigation-tools
)
# Add fpath custom completions
fpath=("$HOME/.zsh/completions" $fpath)
# Load Oh My Zsh framework
[[ ! -f "$ZSH/oh-my-zsh.sh" ]] || source "$ZSH/oh-my-zsh.sh"