Changed history tracking. Removed 'mixed' history to 'separate' but still saved.

This commit is contained in:
Scott Wallace 2015-05-20 20:43:57 +01:00
parent 5368fe091a
commit db114e4bea

View file

@ -41,7 +41,7 @@ export HISTCONTROL=ignoredups:erasedups
shopt -s histappend shopt -s histappend
# After each command, save and reload history # After each command, save and reload history
export PROMPT_COMMAND="${PROMPT_COMMAND:+$PROMPT_COMMAND$'\n'}history -a; history -c; history -r" export PROMPT_COMMAND="${PROMPT_COMMAND:+$PROMPT_COMMAND$'\n'}history -a"
#-------------------------------------------------------------------------------- #--------------------------------------------------------------------------------
#-------------------------------------------------------------------------------- #--------------------------------------------------------------------------------