Bem, parece que o seu ~/.bashrc
não tem as opções necessárias. Verifique se essas linhas estão no seu ~/.bashrc
:
# Make Bash append rather than overwrite the history on disk:
shopt -s histappend
# A new shell gets the history lines from all previous shells
PROMPT_COMMAND='history -a'
# Don't put duplicate lines in the history.
export HISTCONTROL=ignoredups