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

Enable advanced less options globally

This commit is contained in:
2017-11-15 23:25:52 +00:00
parent 9812c55f25
commit 2a463c1ea0
2 changed files with 1 additions and 1 deletions

View File

@ -9,6 +9,7 @@ export XDG_CURRENT_DESKTOP="GNOME" # Fixes xdg-open
export EDITOR="vim"
export VISUAL="vim"
export LESS="-RSNI"
export PAGER="less -R"
export TERMINAL="termite"
export BROWSER="chromium"