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:
parent
5195324dee
commit
bd549b6424
1
.profile
1
.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"
|
||||
|
Loading…
Reference in New Issue
Block a user