I always thought I wanted an in-sync bash history but after a few days of trying I realised it actually slowed me down. I have multiple terminals open (with Terminator, most of the time) and different windows / tabs are for different projects or tasks. If I'm building / configuring a project in 1 window, suddenly having a few apt-gets or log tails interspersed is very unproductive.
I am going to chime in with a similar sentiment. I also had bash configured like this for awhile when I realized it is not what I wanted. If you typically use different terminal windows for different tasks (e.g. terminal #1 for compiling, terminal #2 for manpages, terminal #3 for vim, etc.), this will just clutter up your history with items unrelated to what your are doing.
Re: Keeping bash history in sync between multiple terminals
#31Granted. But then if tomorrow you do want a record of what you did in terminal 2 today? Multiple histories?