update "re" completion
This commit is contained in:
parent
a64e38b305
commit
d74011b8dc
2 changed files with 6 additions and 3 deletions
|
@ -1,6 +1,5 @@
|
|||
# autoload completions
|
||||
fpath+=( "${ZDOTDIR:+ZDOTDIR}/compdef" )
|
||||
fpath+=( "/etc/zsh/compdef" )
|
||||
fpath=( "${ZDOTDIR:+ZDOTDIR}/compdef" "/etc/zsh/compdef" $fpath )
|
||||
autoload -U /etc/zsh/compdef/*(:t)
|
||||
|
||||
if [[ -d $ZDOTDIR/compdef ]]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue