drop zephyr completions
This commit is contained in:
parent
ece9c1bcea
commit
0219c53937
2 changed files with 7 additions and 1 deletions
|
@ -23,7 +23,6 @@ ${ZDOTDIR}/plugins/prompt
|
|||
|
||||
# wrap-up
|
||||
mattmc3/zephyr path:plugins/confd
|
||||
mattmc3/zephyr path:plugins/completion
|
||||
${ZDOTDIR}/plugins/zexists
|
||||
|
||||
# deferred
|
||||
|
|
|
@ -14,6 +14,13 @@ done
|
|||
# Ensure path arrays do not contain duplicates.
|
||||
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.
|
||||
path=(
|
||||
$HOME/{,.local/}{,s}bin(N)
|
||||
|
|
Loading…
Reference in a new issue