mirror of
https://github.com/rydesun/dotfiles.git
synced 2025-12-26 14:44:58 +08:00
Update zsh config: completion
This commit is contained in:
parent
8e33d2f5f7
commit
0d26934e5a
2 changed files with 1 additions and 1 deletions
|
|
@ -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) && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue