Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/restoring_bash_history.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ The downside of this implementation is that pane titles must all be unique acros

Any improvements/suggestions for getting a unique, persistent ID for each pane are welcome!

Instruction for installing this solution:
step 1. nano ~/whatfilename
step 2. paste this:

```bash
pane_id_prefix="resurrect_"

Expand Down