Rename script for plugin installation

This commit is contained in:
Bruno Sutic
2014-08-05 18:15:07 +02:00
parent d1aed98621
commit 1e5f07085b
2 changed files with 5 additions and 5 deletions

2
tpm
View File

@ -26,7 +26,7 @@ source_plugins() {
# Defines key binding:
# prefix + I - downloads TPM plugins and reloads TMUX environment.
set_tpm_key_binding() {
tmux bind-key I run-shell "$CURRENT_DIR/scripts/sync_plugins.sh >/dev/null 2>&1"
tmux bind-key I run-shell "$CURRENT_DIR/scripts/install_plugins.sh >/dev/null 2>&1"
}
supported_tmux_version_ok() {