Switch to using tmux-test framework

This commit is contained in:
Bruno Sutic
2015-08-01 22:12:07 +02:00
parent 274098a029
commit 830feaae69
17 changed files with 55 additions and 175 deletions

View File

@ -4,7 +4,8 @@ CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
TPM_DIR="$PWD"
PLUGINS_DIR="$HOME/.tmux/plugins"
source "$CURRENT_DIR/helpers.sh"
source "$CURRENT_DIR/helpers/helpers.sh"
source "$CURRENT_DIR/helpers/tpm.sh"
manually_install_the_plugin() {
rm -rf "$PLUGINS_DIR"