From a1fa14db4cbbf3ef039c6a87915a5a74915c3e85 Mon Sep 17 00:00:00 2001 From: DustVoice Date: Mon, 30 Nov 2020 16:17:45 +0100 Subject: [PATCH] Remove unneeded compinit --- .zshrc | 2 -- 1 file changed, 2 deletions(-) diff --git a/.zshrc b/.zshrc index aff2f90..c2cee78 100644 --- a/.zshrc +++ b/.zshrc @@ -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