Overcome silly libedit bug when using screen or vt100 when using this .bashrc file

This commit is contained in:
Brian West 2014-10-28 14:44:02 -05:00
parent f85c82446c
commit ae0ab4c436
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ fi
set -o emacs
export TERM=xterm-256color
export LESSCHARSET="latin1"
export LESS="-R"
export CHARSET="ISO-8859-1"