diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index e5f0fd9..f8e42e3 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -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) && \ diff --git a/.config/zsh/functions/_pm b/.config/zsh/Completion/_package similarity index 100% rename from .config/zsh/functions/_pm rename to .config/zsh/Completion/_package