diff --git a/zsh/.zshrc b/zsh/.zshrc index b56a746..5a6d3cb 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -8,6 +8,10 @@ source "${ZDOTDIR:-$HOME}/.zsh/lib/updates.zsh" export LC_OSC52=1 +# 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) + plugins_txt=${ZDOTDIR:-$HOME}/.zsh/.zsh_plugins.txt static_file=${ZDOTDIR:-$HOME}/.cache/zsh/.zsh_plugins.zsh source "${ZDOTDIR:-$HOME}/.zsh/lib/antidote.zsh"