Auto Update
This commit is contained in:
parent
783b973a00
commit
9ae0d5b328
1 changed files with 2 additions and 1 deletions
3
.bashrc
3
.bashrc
|
@ -6,7 +6,8 @@
|
||||||
HISTSIZE=5000
|
HISTSIZE=5000
|
||||||
HISTFILESIZE=10000
|
HISTFILESIZE=10000
|
||||||
shopt -s histappend
|
shopt -s histappend
|
||||||
export PROMPT_COMMAND="history -a"
|
#export PROMPT_COMMAND="history -a"
|
||||||
|
PROMPT_COMMAND="history -a; $PROMPT_COMMAND"
|
||||||
|
|
||||||
# If not running interactively, don't do anything
|
# If not running interactively, don't do anything
|
||||||
case $- in
|
case $- in
|
||||||
|
|
Loading…
Reference in a new issue