diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-03-20 14:20:16 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-03-20 14:20:16 +0100 |
commit | 697cc10961f687f3762c82c8a46f128c25471d67 (patch) | |
tree | 610544d3a533ec9fbf2439d9b449731ca3498e26 /.config/zsh/exports.zsh | |
parent | b8741890ec8922426ca393e181df5769cd53a0f9 (diff) |
disable kubectl
Diffstat (limited to '.config/zsh/exports.zsh')
-rw-r--r-- | .config/zsh/exports.zsh | 4 |
1 files changed, 4 insertions, 0 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 |