When I restart my Mac it quits and saves the buffers for each tab properly, since it's there again when the computer starts back up. But the command history is not buffered properly per window/tab. They're all the same buffer.
I'm assuming it's because bash uses the same ~/.bash_history
for all terminals but is there a way to avoid improve this? To make bash, or maybe Terminal, store them separately?