Remove unneeded compinit

This commit is contained in:
David Holland 2020-11-30 16:17:45 +01:00
parent 8509d941a9
commit a1fa14db4c
Signed by: DustVoice
GPG Key ID: 47068995A14EDCA9
1 changed files with 0 additions and 2 deletions

2
.zshrc
View File

@ -49,8 +49,6 @@ if [[ -a $ANTIGEN_ZSH && -a $ANTIGENRC ]]; then
antigen init $ANTIGENRC
autoload -U compinit && compinit
bindkey -M vicmd '^K' history-substring-search-up
bindkey -M vicmd '^J' history-substring-search-down