Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the instructions on changing plugins install dir #278

Open
Akhil-CM opened this issue Mar 18, 2024 · 1 comment
Open

Fix the instructions on changing plugins install dir #278

Akhil-CM opened this issue Mar 18, 2024 · 1 comment

Comments

@Akhil-CM
Copy link

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.

@RossBarnie
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants