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:
Marty Oehme 2023-10-05 18:25:57 +02:00
parent 117b692dae
commit 558b0fa479
Signed by: Marty
GPG Key ID: EDBF2ED917B2EF6A
1 changed files with 1 additions and 1 deletions

View File

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