unix.stackexchange.com/questions/131504/how-to-sync-terminal-session-command-history-in-bash
Here is my attempt at Bash session history sharing. This will enable history sharing between bash sessions in a way that the history counter does not get mixed up and history expansion like
Here is my attempt at Bash session history sharing. This will enable history sharing between bash sessions in a way that the history counter does not get mixed up and history expansion like
!number
will work (with some constraints).