diff --git a/.profile b/.profile index 4768f33..025e32b 100644 --- a/.profile +++ b/.profile @@ -9,8 +9,8 @@ export XDG_CURRENT_DESKTOP="GNOME" # Fixes xdg-open export EDITOR="vim" export VISUAL="vim" -export LESS="-RSNI" -export PAGER="less -R" +export LESS="-RNI" +export PAGER="less $LESS" export TERMINAL="termite" export BROWSER="chromium" export _JAVA_OPTIONS="-Dawt.useSystemAAFontSettings=on -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel"