Update zsh config: completion

This commit is contained in:
rydesun 2021-02-04 23:20:23 +08:00
parent 8e33d2f5f7
commit 0d26934e5a
2 changed files with 1 additions and 1 deletions

View file

@ -3,7 +3,7 @@ setopt no_beep # 不响铃
setopt correct # 修正命令
setopt interactive_comments # 交互模式支持注释
fpath=(${ZDOTDIR}/functions $fpath)
fpath=(${ZDOTDIR}/functions ${ZDOTDIR}/Completion $fpath)
# 插件 <<<------------------------------
command -v antibody &>/dev/null && source <(antibody init) && \