From bc974676a97018b05e9cff3f5ff5cff09d3c2255 Mon Sep 17 00:00:00 2001 From: Arti Zirk Date: Fri, 7 Aug 2026 15:47:18 +0300 Subject: [PATCH] kubectx is trying too hard --- .zshrc | 3 +++ 1 file changed, 3 insertions(+) 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'