Closed pet3r closed 6 years ago
Possibly duplicate of https://github.com/tmux-plugins/tpm/issues/57 ?
@pet3r Just to be persnickety, it would be more correct to use the $XDG_DATA_HOME
directory to store the plugins. The plugins are not cache data. Have a look at how other XDG-compliant utilities leverage that directory. Cache data is by its nature ephemeral or "non-essential," which implies a possibly limited lifetime. In that sense, you wouldn't want your plugins to disappear randomly.
I set the TMUX_PLUGIN_MANAGER_PATH in the config file to load the plugins from a specific dir. This worked fine.
Then I moved the .tmux.conf file to another location and loaded it with
tmux -f path/to/.tmux.conf
.Now my plugins wont load.
My .tmux.conf file: