sh: Enable FRX options for less by default
Since we generally want color in our less output, and no paging if there is only one page we can should be able to enable these regardless of situation.
This commit is contained in:
parent
117b692dae
commit
558b0fa479
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ else
|
|||
fi
|
||||
export BROWSER="qutebrowser"
|
||||
export TERMINAL="wezterm"
|
||||
export PAGER="less"
|
||||
export PAGER="less -FRX"
|
||||
|
||||
export FILEREADER="sioyek"
|
||||
export FILEMANAGER="vifm"
|
||||
|
|
Loading…
Reference in a new issue