mirror of
https://github.com/tmux-plugins/tpm.git
synced 2026-09-10 07:26:18 -04:00
Fix: TMUX_PLUGIN_MANAGER_PATH env variable not working
This commit is contained in:
parent
99469c4a9b
commit
09ad1817e1
2
scripts/variables.sh
Normal file → Executable file
2
scripts/variables.sh
Normal file → Executable file
|
|
@ -9,5 +9,5 @@ default_clean_key="M-u"
|
|||
|
||||
SUPPORTED_TMUX_VERSION="1.9"
|
||||
|
||||
DEFAULT_TPM_ENV_VAR_NAME="TMUX_PLUGIN_MANAGER_PATH"
|
||||
DEFAULT_TPM_ENV_VAR_NAME="$TMUX_PLUGIN_MANAGER_PATH"
|
||||
DEFAULT_TPM_PATH="$HOME/.tmux/plugins/"
|
||||
|
|
|
|||
Loading…
Reference in a new issue