summaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
authorThomas Ulmer <thomasmulmer02@gmail.com>2026-01-01 13:12:08 -0800
committerThomas Ulmer <thomasmulmer02@gmail.com>2026-01-01 13:12:08 -0800
commitdb35e65eec48bd3bc464740ff8aeb2d736758afb (patch)
tree96f5a8f60b355406913d2d78b5c6a32ecea77246 /bashrc
parent76684c322a609f7ca31d86c9ffd0f318ef45e3c7 (diff)
misc: PAGER improvements + remove bc from brightness
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc3
1 files changed, 3 insertions, 0 deletions
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