From db35e65eec48bd3bc464740ff8aeb2d736758afb Mon Sep 17 00:00:00 2001 From: Thomas Ulmer Date: Thu, 1 Jan 2026 13:12:08 -0800 Subject: misc: PAGER improvements + remove bc from brightness --- bashrc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bashrc') diff --git a/bashrc b/bashrc index 81b3265..b148117 100644 --- a/bashrc +++ b/bashrc @@ -59,6 +59,9 @@ esac export ALTERNATE_EDITOR=emacs export EDITOR="emacsclient -c" export VISUAL="emacsclient -c" +export MORE="FRX" +export LESS="FRX" +export PAGER=$(which less || which more || echo "cat") if [ -f ~/.bash_aliases ]; then . ~/.bash_aliases -- cgit v1.2.3