Added various updates, and tty shell colors

This commit is contained in:
Luke 2024-09-01 17:06:34 -07:00
parent faca28aa04
commit afc83bb6c0
4 changed files with 110 additions and 8 deletions

View file

@ -8,8 +8,12 @@ if [[ -e /usr/share/autojump/autojump.sh ]]; then
. /usr/share/autojump/autojump.sh
fi
export LESS=R # colorize less output if we use a pipe
export LESS=RF # colorize less output if we use a pipe
# quit automatically if we only have one screen of stuff
#
export HISTSIZE=10000
export HISTFILESIZE=20000
export HISTIGNORE='pwd:exit:fg:bg:top:clear:history:ls:uptime:df'
export HISTIGNORE='pwd:exit:fg:bg:top:clear:history:ls:uptime:df'