From 28f7162cfb54f275ef0dc5f072c3803a76f9862c Mon Sep 17 00:00:00 2001 From: David Rees Date: Fri, 10 Sep 2021 12:33:25 -0700 Subject: [PATCH] Update doc that bash history is not snapshotted --- docs/restoring_previously_saved_environment.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/restoring_previously_saved_environment.md b/docs/restoring_previously_saved_environment.md index caee1d8..237347e 100644 --- a/docs/restoring_previously_saved_environment.md +++ b/docs/restoring_previously_saved_environment.md @@ -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 `` 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)).