add zsh-completions

This commit is contained in:
Ryan 2023-07-17 21:04:25 +08:00
parent de0f05b9a0
commit 0ee1a4fa94
Signed by: juan
GPG Key ID: 807ECD28A698D245
1 changed files with 1 additions and 0 deletions

1
.zshrc
View File

@ -30,6 +30,7 @@ zinit light sindresorhus/pure
zinit light zsh-users/zsh-autosuggestions
zinit light hlissner/zsh-autopair
zinit light zsh-users/zsh-history-substring-search
zinit light zsh-users/zsh-completions
autoload -Uz _zinit
(( ${+_comps} )) && _comps[zinit]=_zinit