Browse Source

kubectx is trying too hard

master
Arti Zirk 3 days ago
parent
commit
bc974676a9
  1. 3
      .zshrc

3
.zshrc

@ -331,6 +331,9 @@ export MANWIDTH=80
# make npm gyp faster # make npm gyp faster
export JOBS=8 export JOBS=8
# Disable fzf in kubectx and kubens
export KUBECTX_IGNORE_FZF=1
# under tmux less needs this to support scrolling # under tmux less needs this to support scrolling
if [[ "$TERM" == "" ]]; then if [[ "$TERM" == "" ]]; then
export LESS='--mouse --wheel-lines=3' export LESS='--mouse --wheel-lines=3'

Loading…
Cancel
Save