提交 4512dbc9 authored 作者: Brian West's avatar Brian West

fix multi screen bash history issues

上级 2a05f8c3
...@@ -40,7 +40,8 @@ if [ ! -f ~/.inputrc ]; then ...@@ -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"
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论