From 4c1c0dcf85691625c9e8f8040cf23701eebf5ee0 Mon Sep 17 00:00:00 2001 From: George Guimares Date: Sun, 5 Mar 2023 20:58:11 -0600 Subject: [PATCH] Updated description of default session location. - Include alternate location - Include reference to `${XDB_DATA_HOME}` env variable --- docs/restoring_previously_saved_environment.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/restoring_previously_saved_environment.md b/docs/restoring_previously_saved_environment.md index caee1d8..8e845ac 100644 --- a/docs/restoring_previously_saved_environment.md +++ b/docs/restoring_previously_saved_environment.md @@ -1,7 +1,8 @@ # Restoring previously saved environment None of the previous saves are deleted (unless you explicitly do that). All save -files are kept in `~/.tmux/resurrect/` directory.
+files are kept in `~/.tmux/resurrect/` directory, or `~/.local/share/tmux/resurrect` +(unless `${XDG_DATA_HOME}` says otherwise).
Here are the steps to restore to a previous point in time: - make sure you start this with a "fresh" tmux instance