tmux-plugins / tmux-resurrect

Persists tmux environment across system restarts.
MIT License
11.42k stars 424 forks source link

[Doc error] save_dir.md #412

Open gpanda opened 3 years ago

gpanda commented 3 years ago

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.