mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-26 20:48:21 +00:00
fix multi screen bash history issues
This commit is contained in:
parent
2a05f8c39c
commit
4512dbc909
@ -40,7 +40,8 @@ if [ ! -f ~/.inputrc ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
set -o emacs
|
set -o emacs
|
||||||
|
export PROMPT_COMMAND="history -a; history -c; history -r; ${PROMPT_COMMAND}"
|
||||||
|
export HISTSIZE=5000
|
||||||
export TERM=xterm-256color
|
export TERM=xterm-256color
|
||||||
export LESSCHARSET="latin1"
|
export LESSCHARSET="latin1"
|
||||||
export LESS="-R"
|
export LESS="-R"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user