From d7d269381ec307a5a248971d7dd85e4dcd4f81b8 Mon Sep 17 00:00:00 2001 From: Bruno Sutic Date: Mon, 3 Aug 2015 00:43:59 +0200 Subject: [PATCH] Move stuff to 'scripts/variables.sh' --- scripts/variables.sh | 2 ++ tpm | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/variables.sh b/scripts/variables.sh index a0c1858..7c4c3e2 100644 --- a/scripts/variables.sh +++ b/scripts/variables.sh @@ -6,3 +6,5 @@ default_update_key="U" clean_key_option="@tpm-clean" default_clean_key="M-u" + +SUPPORTED_TMUX_VERSION="1.9" diff --git a/tpm b/tpm index 679f001..287f9bb 100755 --- a/tpm +++ b/tpm @@ -4,8 +4,6 @@ CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" BINDINGS_DIR="$CURRENT_DIR/bindings" SCRIPTS_DIR="$CURRENT_DIR/scripts" -SUPPORTED_TMUX_VERSION="1.9" - source "$SCRIPTS_DIR/variables.sh" source "$SCRIPTS_DIR/helpers.sh"