From 8e1299ca5b93600c9857083d685b3bb8c800f05d Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Fri, 17 Nov 2017 13:09:36 +0000 Subject: [PATCH] Wrap lines again in less --- .profile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"