# HG changeset patch # User Peter Sanchez # Date 1705010082 21600 # Thu Jan 11 15:54:42 2024 -0600 # Node ID 1ead1bc70e609b5a7943786a39c0c08eb550c083 # Parent 7e37f6f68fa3356a62055b1bd4949e9fe08f3e49 More updates for less and git diff --git a/.gitconfig b/.gitconfig --- a/.gitconfig +++ b/.gitconfig @@ -17,4 +17,5 @@ [http] cookiefile = /home/pjs/.gitcookies [core] - pager = /usr/bin/less -X -F + # Backup for $LESS + pager = /usr/bin/less -X -F -R diff --git a/.profile b/.profile --- a/.profile +++ b/.profile @@ -76,8 +76,7 @@ alias fname='find . -name ' export EDITOR='vim' -export LESS='-X -M -I -j 10 -# 4' -export GIT_PAGER='less -R' +export LESS='-X -F -M -I -j 10 -# 4' export PYTHONSTARTUP="$HOME/.pythonrc.py" export HISTTIMEFORMAT="%d/%m/%y %T "