This commit is contained in:
Brian West 2016-03-08 21:35:55 -06:00
parent d0b813f0d7
commit 8b9f008ed1
1 changed files with 2 additions and 1 deletions

View File

@ -84,7 +84,8 @@ if [ ! -f ~/.inputrc ]; then
fi fi
set -o emacs 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 HISTSIZE=5000
export TERM=xterm-256color export TERM=xterm-256color
export LESSCHARSET="latin1" export LESSCHARSET="latin1"