Merge pull request #474 from georgeanderson/master

Update description of default session location
This commit is contained in:
Bruno Sutic
2023-03-06 11:20:22 +01:00
committed by GitHub

View File

@ -1,7 +1,8 @@
# Restoring previously saved environment # Restoring previously saved environment
None of the previous saves are deleted (unless you explicitly do that). All save None of the previous saves are deleted (unless you explicitly do that). All save
files are kept in `~/.tmux/resurrect/` directory.<br/> files are kept in `~/.tmux/resurrect/` directory, or `~/.local/share/tmux/resurrect`
(unless `${XDG_DATA_HOME}` says otherwise).<br/>
Here are the steps to restore to a previous point in time: Here are the steps to restore to a previous point in time:
- make sure you start this with a "fresh" tmux instance - make sure you start this with a "fresh" tmux instance