From bd549b64241f06eb8ceb2799999753c26e4c790d Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Mon, 11 Dec 2017 14:16:13 +0000 Subject: [PATCH] Fix man and less line wrapping --- .profile | 1 + 1 file changed, 1 insertion(+) diff --git a/.profile b/.profile index ad4fa9a..526626e 100644 --- a/.profile +++ b/.profile @@ -16,6 +16,7 @@ export EDITOR="vim" export VISUAL="vim" export LESS="-RNI" export PAGER="less $LESS" +export MANPAGER="less -+N" export TERMINAL="termite" export BROWSER="chromium" export _JAVA_OPTIONS="-Dawt.useSystemAAFontSettings=on -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel"