[ZSH] Add custom completions
This commit is contained in:
committed by
Fabian Ising
parent
06b0d9bc90
commit
0af702e3f3
@@ -29,6 +29,10 @@ if (( ! shared_config )); then
|
|||||||
export GIT_COMMITTER_EMAIL=$GIT_AUTHOR_EMAIL
|
export GIT_COMMITTER_EMAIL=$GIT_AUTHOR_EMAIL
|
||||||
fi
|
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
|
static_file=${ZDOTDIR:-$HOME}/.cache/zsh/.zsh_plugins.zsh
|
||||||
if (( ! shared_config )); then
|
if (( ! shared_config )); then
|
||||||
plugins_txt=${ZDOTDIR:-$HOME}/.zsh/.zsh_plugins.txt
|
plugins_txt=${ZDOTDIR:-$HOME}/.zsh/.zsh_plugins.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user