From 0d26934e5a9a1d0bb1cdeed604c13c01e62a549f Mon Sep 17 00:00:00 2001 From: rydesun Date: Thu, 4 Feb 2021 23:20:23 +0800 Subject: [PATCH] Update zsh config: completion --- .config/zsh/.zshrc | 2 +- .config/zsh/{functions/_pm => Completion/_package} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename .config/zsh/{functions/_pm => Completion/_package} (100%) 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