Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/save_dir.md
Original file line number Diff line number Diff line change
@@ -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'
Expand Down