[ZSH] Add custom completions
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user