From 697cc10961f687f3762c82c8a46f128c25471d67 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Sat, 20 Mar 2021 14:20:16 +0100 Subject: disable kubectl --- .config/zsh/exports.zsh | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.config/zsh/exports.zsh') 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 -- cgit v1.2.3-70-g09d2