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 #215, use XDG_DATA_HOME #265

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

Freed-Wu
Copy link

@Freed-Wu Freed-Wu commented Oct 7, 2023

No description provided.

@TheSast
Copy link

TheSast commented Nov 28, 2023

The whole function loses it's purpose, thus you can move line 31 and 34 to set_tpm_path and delete set_default_tpm_path and it's associated comments and call.

@baodrate
Copy link

It could probably also migrate the existing directory for user-friendliness. So if $XDG_CONFIG_HOME/tmux exists, move it to $XDG_DATA_HOME/tmux. Making the user clone all the plugins might be jarring (and leaves the existing directory around for them to clean up)

@TheSast
Copy link

TheSast commented Nov 29, 2023

I agree. If the TMUX_PLUGIN_MANAGER_PATH is unset and the plugin folder is located at the previous default location, it should be handled.

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.

3 participants