Enable removing plugins via CLI executable

This commit is contained in:
Bruno Sutic
2015-08-03 00:29:01 +02:00
parent b2a2581a6a
commit 19da205b0b
7 changed files with 107 additions and 12 deletions

2
tpm
View File

@ -39,7 +39,7 @@ set_tpm_key_bindings() {
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"
tmux bind-key "$clean_key" run-shell "$BINDINGS_DIR/clean_plugins"
}
supported_tmux_version_ok() {