diff options
-rw-r--r-- | .config/zsh/exports.zsh | 4 | ||||
-rw-r--r-- | .config/zsh/plugins.zsh | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/.config/zsh/exports.zsh b/.config/zsh/exports.zsh index b62c515..acd817e 100644 --- a/.config/zsh/exports.zsh +++ b/.config/zsh/exports.zsh @@ -5,6 +5,10 @@ zle_highlight=('paste:none') autoload -U colors && colors +# For autocomplete to work +autoload -U +X compinit && compinit +autoload -U +X bashcompinit && bashcompinit + # History in cache directory: HISTSIZE=10000 SAVEHIST=10000 diff --git a/.config/zsh/plugins.zsh b/.config/zsh/plugins.zsh index 4bf7948..b705270 100644 --- a/.config/zsh/plugins.zsh +++ b/.config/zsh/plugins.zsh @@ -9,7 +9,7 @@ source $HOME/.config/zsh/antigen.zsh antigen bundle tmux antigen bundle git antigen bundle pip -antigen bundle kubectl +# antigen bundle kubectl antigen bundle command-not-found antigen bundle zsh-users/zsh-syntax-highlighting antigen bundle zsh-users/zsh-history-substring-search ./zsh-history-substring-search.zsh |