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"