Move stuff to 'scripts/variables.sh'
This commit is contained in:
parent
9794997b6b
commit
d7d269381e
2 changed files with 2 additions and 2 deletions
|
@ -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
2
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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue