From 0af702e3f3e2a193ce4bf1e94d58094db9513937 Mon Sep 17 00:00:00 2001 From: Fabian Ising Date: Tue, 11 Aug 2026 15:01:20 +0200 Subject: [PATCH] [ZSH] Add custom completions --- zsh/.zshrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index f9e560b..023d124 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -29,6 +29,10 @@ if (( ! shared_config )); then export GIT_COMMITTER_EMAIL=$GIT_AUTHOR_EMAIL fi +# Completions for tools installed under ~/.local (e.g. tools-repo's safe* +# wrappers). Must precede antidote, whose completion plugin runs compinit. +fpath=("$HOME/.local/share/zsh/site-functions" $fpath) + static_file=${ZDOTDIR:-$HOME}/.cache/zsh/.zsh_plugins.zsh if (( ! shared_config )); then plugins_txt=${ZDOTDIR:-$HOME}/.zsh/.zsh_plugins.txt