1
0
mirror of https://github.com/artizirk/dotfiles.git synced 2026-08-10 19:17:14 +03:00

kubectx is trying too hard

This commit is contained in:
2026-08-07 15:47:18 +03:00
parent d8111e7bf8
commit bc974676a9
+3
View File
@@ -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'