diff --git a/.zshrc b/.zshrc index 864a319..4ec7efd 100644 --- a/.zshrc +++ b/.zshrc @@ -331,6 +331,9 @@ export MANWIDTH=80 # make npm gyp faster export JOBS=8 +# Disable fzf in kubectx and kubens +export KUBECTX_IGNORE_FZF=1 + # under tmux less needs this to support scrolling if [[ "$TERM" == "" ]]; then export LESS='--mouse --wheel-lines=3'