tmux-resurrect
tmux-resurrect copied to clipboard
[Doc error] save_dir.md
It says "shell env. or shell interpolation is not allowed in this option as the string is used literally."
That's because it uses single quotes. If using double quotes, env. or shell interpolation works well, I tested and confirmed.