dotfiles

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

commit 78a380e86d7367c557e080476827c361cc04e99e
parent 6f4a89e7437679a3ae90423d857d14f053fd0f90
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Sun,  2 May 2021 11:13:13 +0200

shell: set pager properly

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

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