You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
292 B
Bash
14 lines
292 B
Bash
4 years ago
|
install_key_option="@tpm-install"
|
||
|
default_install_key="I"
|
||
|
|
||
|
update_key_option="@tpm-update"
|
||
|
default_update_key="U"
|
||
|
|
||
|
clean_key_option="@tpm-clean"
|
||
|
default_clean_key="M-u"
|
||
|
|
||
|
SUPPORTED_TMUX_VERSION="1.9"
|
||
|
|
||
|
DEFAULT_TPM_ENV_VAR_NAME="TMUX_PLUGIN_MANAGER_PATH"
|
||
|
DEFAULT_TPM_PATH="$HOME/.tmux/plugins/"
|