|
|
|
@ -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' |
|
|
|
|