Enable updating plugins via cli executable

This commit is contained in:
Bruno Sutic
2015-08-02 00:41:06 +02:00
parent ce902f906a
commit 7ff8de38a4
8 changed files with 127 additions and 47 deletions

2
tpm
View File

@ -36,7 +36,7 @@ set_tpm_key_bindings() {
tmux bind-key "$install_key" run-shell "$BINDINGS_DIR/install_plugins"
local update_key=$(get_tmux_option "$update_key_option" "$default_update_key")
tmux bind-key "$update_key" run-shell "$SCRIPTS_DIR/update_plugin_prompt.sh"
tmux bind-key "$update_key" run-shell "$BINDINGS_DIR/update_plugins"
local clean_key=$(get_tmux_option "$clean_key_option" "$default_clean_key")
tmux bind-key "$clean_key" run-shell "$SCRIPTS_DIR/clean_plugins.sh"