mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
Wrap lines again in less
This commit is contained in:
parent
707fca2d11
commit
8e1299ca5b
4
.profile
4
.profile
@ -9,8 +9,8 @@ export XDG_CURRENT_DESKTOP="GNOME" # Fixes xdg-open
|
|||||||
|
|
||||||
export EDITOR="vim"
|
export EDITOR="vim"
|
||||||
export VISUAL="vim"
|
export VISUAL="vim"
|
||||||
export LESS="-RSNI"
|
export LESS="-RNI"
|
||||||
export PAGER="less -R"
|
export PAGER="less $LESS"
|
||||||
export TERMINAL="termite"
|
export TERMINAL="termite"
|
||||||
export BROWSER="chromium"
|
export BROWSER="chromium"
|
||||||
export _JAVA_OPTIONS="-Dawt.useSystemAAFontSettings=on -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel"
|
export _JAVA_OPTIONS="-Dawt.useSystemAAFontSettings=on -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel"
|
||||||
|
Loading…
Reference in New Issue
Block a user