pull/505/merge
Julian Prein 2024-03-24 14:23:21 +01:00 committed by GitHub
commit 1d2507dd23
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
# Resurrect save dir
By default Tmux environment is saved to a file in `~/.tmux/resurrect` dir.
By default the Tmux environment is saved to a file in the `~/.tmux/resurrect`
directory if it exists or `$XDG_DATA_HOME/tmux/resurrect` otherwise (which in
turn falls back to `~/.local/share/tmux/resurrect` if `XDG_DATA_HOME` is unset).
Change this with:
set -g @resurrect-dir '/some/path'