tweak
This commit is contained in:
parent
d0b813f0d7
commit
8b9f008ed1
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue