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"