tmux-plugins / tpm

Tmux Plugin Manager
MIT License
12.07k stars 421 forks source link

fix: not sourcing paths written with variables or ~ #249

Open TheSast opened 1 year ago

TheSast commented 1 year ago

Related to #233 (and probably to #244)

This is a fix, not an addition, since even $HOME was not expanded which is definitely not intended, since there is a function substituting ~ for $HOME.