tpm icon indicating copy to clipboard operation
tpm copied to clipboard

$XDG_CONFIG_HOME with ~ notation is ignored by tpm

Open jaclu opened this issue 3 years ago • 0 comments

tpm does not do os.path.expanduser() on $XDG_CONFIG_HOME

Thus insisting on installing plugins to ~/.tmux/plugins unless that variable has been expressed with a full path.

The fix is trivial, and I can supply that PR, I just wanted to first check if this is by intent, or if It is just an oversight.

jaclu avatar Oct 11 '22 12:10 jaclu