Move stuff to 'scripts/variables.sh'

This commit is contained in:
Bruno Sutic 2015-08-03 00:43:59 +02:00
parent 9794997b6b
commit d7d269381e
No known key found for this signature in database
GPG Key ID: 66D96E4F2F7EF26C
2 changed files with 2 additions and 2 deletions

View File

@ -6,3 +6,5 @@ default_update_key="U"
clean_key_option="@tpm-clean"
default_clean_key="M-u"
SUPPORTED_TMUX_VERSION="1.9"

2
tpm
View File

@ -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"