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 .tmux output suggesting incorrect target path. #415

Merged
merged 1 commit into from
Jun 17, 2024

Conversation

orendain
Copy link
Contributor

The previous .tmux output instructed users to update their TPM run command to run ~/.local/share/..., which is typically represented by XDG_DATA_HOME. However, the directions also told users to then move the corresponding .tmux directory to XDG_CONFIG_HOME/tmux.

The two halves of the instructions were conflicting.

To resolve this, this commit fixes the second half of the instructions with the correct target path (i.e., XDG_DATA_HOME).

The previous `.tmux` output instructed users to update their TPM run command to `run ~/.local/share/...`, which is typically represented by `XDG_DATA_HOME`. However, the directions also told users to then move the corresponding `.tmux` directory to `XDG_CONFIG_HOME/tmux`.

The two halves of the instructions were conflicting. To resolve this, this commit fixes the second half of the instructions with the correct target path (i.e., `XDG_DATA_HOME`).
@orendain orendain changed the title Fix \.tmux\ output suggesting incorrect target path. Fix .tmux output suggesting incorrect target path. Jun 16, 2024
@b3nj5m1n
Copy link
Owner

Thanks!

@b3nj5m1n b3nj5m1n merged commit 3d65bfc into b3nj5m1n:main Jun 17, 2024
1 check passed
@orendain orendain deleted the eo/fix-tmux-directions branch June 17, 2024 23:39
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

Successfully merging this pull request may close these issues.

2 participants