tmux-resurrect icon indicating copy to clipboard operation
tmux-resurrect copied to clipboard

[Doc error] save_dir.md

Open gpanda opened this issue 4 years ago • 0 comments

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.

gpanda avatar Sep 27 '21 03:09 gpanda