[profile] LESS add -z and -j

This commit is contained in:
odrling 2022-05-24 10:38:11 +02:00
parent 75cdf608cf
commit c9960d5bf7
No known key found for this signature in database
GPG key ID: A0145F975F9F8B75

View file

@ -6,7 +6,7 @@ export PATH="$HOME/.local/bin:$PATH:$HOME/.vim/fzf/bin"
export FZF_DEFAULT_OPTS="-m --no-mouse"
export FZF_DEFAULT_COMMAND="find . -type f | cut -d'/' -f2-"
export LESS="-R"
export LESS="-R -z-2 -j4"
# fix java swing applications
export _JAVA_AWT_WM_NONREPARENTING=1