You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The reason you need double-quotes is because you had a variable in your path, $HOME which needed to be interpolated. String interpolation only happens with double-quotes, not single-quotes. Single-quotes is fine if you don't use variables. This could be called out by the docs, but they're not wrong as they are.
The instructions given here need to be modified after
tmux 3.4
. The issue mentioned here.TLDR : path values for options should be given in double quotes instead of single quotes.
The text was updated successfully, but these errors were encountered: