Open ActionScripted opened 5 years ago
Also, since this doesn't get said enough in issues: thanks so much for TPM. Love it and really appreciate the work that goes in to it.
Also, seems like it won't load plugins from $XDG_CONFIG_HOME/tmux/plugins
? If you do a prefix + I
and same plugins are installed to ~/.tmux/plugins
Make sure to set $TMUX_PLUGIN_MANAGER_PATH
. This fixed the issue for me.
$ echo $TMUX_PLUGIN_MANAGER_PATH
/Users/alichtman/.config/tmux/plugins/
Thanks @alichtman - limping along trying to move to XDG but unfortunately stuff like this is required.
FWIW tmux supports XDG spec for it's config at least in 3.1:- https://github.com/tmux/tmux/commit/15d7e564ddab575dd3ac803989cc99ac13b57198
Have a non-standard tmux execution to allow for XDG-friendly paths and everything works perfectly. The only issue I've had is that when I update tmux plugins via tpm I get empty folders at
~/.tmux/plugins
.Relevant shell information:
Example shell session:
Not a huge deal, just would love to find a way around this empty directory structure.