tpm/scripts/variables.sh

18 lines
507 B
Bash
Raw Normal View History

install_key_option="@tpm-install"
default_install_key="I"
update_key_option="@tpm-update"
default_update_key="U"
2015-05-26 23:46:15 -04:00
clean_key_option="@tpm-clean"
default_clean_key="M-u"
2015-08-02 18:43:59 -04:00
2021-08-21 03:42:06 -04:00
# TODO
# Since command-alias was not previosly used in tpm we need to make sure
# that the version here reflects the requirements for the command-alias to
# be present the required version for command-alias to work
2015-08-02 18:43:59 -04:00
SUPPORTED_TMUX_VERSION="1.9"
2015-08-02 18:59:13 -04:00
DEFAULT_TPM_ENV_VAR_NAME="TMUX_PLUGIN_MANAGER_PATH"
DEFAULT_TPM_PATH="$HOME/.tmux/plugins/"