merge to master.

This commit is contained in:
Luke 2021-12-31 11:22:27 -08:00
parent 6b0359046d
commit 7fb554740a
7 changed files with 79 additions and 49 deletions

View file

@ -9,6 +9,7 @@ if [[ -e /usr/share/autojump/autojump.sh ]]; then
fi
export LESS=R # colorize less output if we use a pipe
HISTSIZE=2000
HISTFILESIZE=10000
export HISTSIZE=10000
export HISTFILESIZE=20000
export HISTIGNORE='pwd:exit:fg:bg:top:clear:history:ls:uptime:df'