[ZSH] Add custom completions

This commit is contained in:
Fabian Ising
2026-08-11 15:03:13 +02:00
committed by Fabian Ising
parent 06b0d9bc90
commit 0af702e3f3
+4
View File
@@ -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