[profile] add LESS -R

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

View file

@ -6,6 +6,8 @@ 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"
# fix java swing applications
export _JAVA_AWT_WM_NONREPARENTING=1