This commit is contained in:
Brian West
2016-03-08 21:35:55 -06:00
parent d0b813f0d7
commit 8b9f008ed1

View File

@@ -84,7 +84,8 @@ if [ ! -f ~/.inputrc ]; then
fi
set -o emacs
export PROMPT_COMMAND="history -a; history -c; history -r; ${PROMPT_COMMAND}"
# BE GONE SATAN!
#export PROMPT_COMMAND="history -a; history -c; history -r; ${PROMPT_COMMAND}"
export HISTSIZE=5000
export TERM=xterm-256color
export LESSCHARSET="latin1"