drop zephyr completions

This commit is contained in:
Daylin Morgan 2023-11-13 01:28:16 -06:00
parent ece9c1bcea
commit 0219c53937
Signed by: daylin
GPG key ID: C1E52E7DD81DF79F
2 changed files with 7 additions and 1 deletions

View file

@ -23,7 +23,6 @@ ${ZDOTDIR}/plugins/prompt
# wrap-up # wrap-up
mattmc3/zephyr path:plugins/confd mattmc3/zephyr path:plugins/confd
mattmc3/zephyr path:plugins/completion
${ZDOTDIR}/plugins/zexists ${ZDOTDIR}/plugins/zexists
# deferred # deferred

View file

@ -14,6 +14,13 @@ done
# Ensure path arrays do not contain duplicates. # Ensure path arrays do not contain duplicates.
typeset -gU path fpath cdpath typeset -gU path fpath cdpath
# add custom completions
fpath=(
${ZDOTDIR:-${XDG_CONFIG_HOME:-$HOME/.config}/zsh}/completions(-/FN)
$fpath
)
# Set the list of directories that zsh searches for commands. # Set the list of directories that zsh searches for commands.
path=( path=(
$HOME/{,.local/}{,s}bin(N) $HOME/{,.local/}{,s}bin(N)