I've been trying to config my perfect bash history setup, but there's always something not working.
Thanks.
- scroll through commands from current bash session in chronological order, then scroll through commands from all other sessions, whether open or closed, in chronological order of the commands.
- don't show duplicates (not a big deal if it appears twice, once for current session once for everything else).
- bonus 1: some indicator (eg text color) that scrolling has switched from current session history to all other sessions.
- bonus 2: search (ctrl-R) should search through all commands from all sessions (current, open, or closed).
Thanks.