Change plugin name and all the variables

This commit is contained in:
Bruno Sutic
2014-08-29 18:59:14 +02:00
parent e2e55c6faa
commit bd095e739d
10 changed files with 61 additions and 59 deletions

View File

@ -1,5 +1,5 @@
start_spinner() {
$CURRENT_DIR/tmux_spinner.sh "Restoring sessions..." "Restored all Tmux sessions!" &
$CURRENT_DIR/tmux_spinner.sh "Restoring tmux..." "Tmux restore complete!" &
export SPINNER_PID=$!
}