1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

Fix man and less line wrapping

This commit is contained in:
Joe Groocock 2017-12-11 14:16:13 +00:00
parent 5195324dee
commit bd549b6424
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

View File

@ -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"