dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 37779ff4cb506bfe97475445ffe5520588cac9a0
parent 0d1725645318e20341d541156827d98017028dc7
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Sat, 13 Mar 2021 18:55:03 +0100

shell: fix pager

Diffstat:
Mshell/env | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shell/env b/shell/env @@ -9,7 +9,7 @@ export EDITOR export MUSIC_DIR="/Volumes/HDD/Music/Libraries/Mine" -export PAGER="less -FRi" +export PAGER="less -XFRi" [ -n "$BW_SESHFILE" ] && [ -f "$BW_SESHFILE" ] && export BW_SESSION="$(cat $BW_SESHFILE)"