From 8b9f008ed120b27c9c44071227456e3a5b32c785 Mon Sep 17 00:00:00 2001 From: Brian West Date: Tue, 8 Mar 2016 21:35:55 -0600 Subject: [PATCH] tweak --- support-d/.bashrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/support-d/.bashrc b/support-d/.bashrc index 4b917c3b5c..a02d28f971 100644 --- a/support-d/.bashrc +++ b/support-d/.bashrc @@ -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"