# HG changeset patch # User Oleksandr Gavenko # Date 1313185991 -10800 # Node ID 47aa0a6acc75abd389c9041ad19ad1b414b1ec30 # Parent d67518019fe5c3670816174d7e17695388d5b074 Make Bash append rather than overwrite the history. diff -r d67518019fe5 -r 47aa0a6acc75 .bashrc --- a/.bashrc Sat Aug 13 00:51:30 2011 +0300 +++ b/.bashrc Sat Aug 13 00:53:11 2011 +0300 @@ -40,6 +40,9 @@ # Can be XXX /visible. I like bell. # set bell-style visible +# Make Bash append rather than overwrite the history. +shopt -s histappend + # Minor errors in the spelling of a directory component in a cd command will # be corrected. shopt -s cdspell