mirror of
https://github.com/kforney/pentest-distro-builder.git
synced 2025-02-05 07:27:58 -07:00
7 lines
155 B
Markdown
7 lines
155 B
Markdown
|
# Resurrect save dir
|
||
|
|
||
|
By default Tmux environment is saved to a file in `~/.tmux/resurrect` dir.
|
||
|
Change this with:
|
||
|
|
||
|
set -g @resurrect-dir '/some/path'
|