Update doc that bash history is not snapshotted

pull/408/head
David Rees 2021-09-10 12:33:25 -07:00 committed by GitHub
parent 6be2f34b5f
commit 28f7162cfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -11,3 +11,6 @@ Here are the steps to restore to a previous point in time:
- do a restore with `tmux-resurrect` key: `prefix + Ctrl-r`
You should now be restored to the time when `<file_name>` save happened.
Note bash history is snapshotted with each save, so you will always get the latest
bash history (see [issue #303](https://github.com/tmux-plugins/tmux-resurrect/issues/303)).