aboutsummaryrefslogtreecommitdiff
path: root/plugins/tpm/scripts/variables.sh
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/tpm/scripts/variables.sh')
-rw-r--r--plugins/tpm/scripts/variables.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/plugins/tpm/scripts/variables.sh b/plugins/tpm/scripts/variables.sh
new file mode 100644
index 0000000..5601a86
--- /dev/null
+++ b/plugins/tpm/scripts/variables.sh
@@ -0,0 +1,13 @@
+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/"