Remove unneeded compinit
This commit is contained in:
parent
8509d941a9
commit
a1fa14db4c
1 changed files with 0 additions and 2 deletions
2
.zshrc
2
.zshrc
|
@ -49,8 +49,6 @@ if [[ -a $ANTIGEN_ZSH && -a $ANTIGENRC ]]; then
|
||||||
|
|
||||||
antigen init $ANTIGENRC
|
antigen init $ANTIGENRC
|
||||||
|
|
||||||
autoload -U compinit && compinit
|
|
||||||
|
|
||||||
bindkey -M vicmd '^K' history-substring-search-up
|
bindkey -M vicmd '^K' history-substring-search-up
|
||||||
bindkey -M vicmd '^J' history-substring-search-down
|
bindkey -M vicmd '^J' history-substring-search-down
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue