diff options
| author | Thomas Ulmer <thomasmulmer02@gmail.com> | 2026-01-01 13:12:08 -0800 |
|---|---|---|
| committer | Thomas Ulmer <thomasmulmer02@gmail.com> | 2026-01-01 13:12:08 -0800 |
| commit | db35e65eec48bd3bc464740ff8aeb2d736758afb (patch) | |
| tree | 96f5a8f60b355406913d2d78b5c6a32ecea77246 /bashrc | |
| parent | 76684c322a609f7ca31d86c9ffd0f318ef45e3c7 (diff) | |
misc: PAGER improvements + remove bc from brightness
Diffstat (limited to 'bashrc')
| -rw-r--r-- | bashrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
