|
|
|
|
|
by SEMW
3671 days ago
|
|
I'm curious as to why you consider it so broken. As far as I can tell, bash deals with multiple shell sessions exactly how I'd expect (and want) it to: an individual terminal doesn't have access to the live session from other terminals, but when you close it it appends it's session to the shared history file, so each session ends up a continuous block in that file. |
|