summaryrefslogtreecommitdiff
path: root/tmux/.tmux/plugins/tpm/scripts/update_plugin_prompt_handler.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tmux/.tmux/plugins/tpm/scripts/update_plugin_prompt_handler.sh')
-rwxr-xr-xtmux/.tmux/plugins/tpm/scripts/update_plugin_prompt_handler.sh18
1 files changed, 0 insertions, 18 deletions
diff --git a/tmux/.tmux/plugins/tpm/scripts/update_plugin_prompt_handler.sh b/tmux/.tmux/plugins/tpm/scripts/update_plugin_prompt_handler.sh
deleted file mode 100755
index 5e1f7d9..0000000
--- a/tmux/.tmux/plugins/tpm/scripts/update_plugin_prompt_handler.sh
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/usr/bin/env bash
-
-CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
-HELPERS_DIR="$CURRENT_DIR/helpers"
-
-if [ $# -eq 0 ]; then
- exit 0
-fi
-
-source "$HELPERS_DIR/tmux_echo_functions.sh"
-source "$HELPERS_DIR/tmux_utils.sh"
-
-main() {
- "$CURRENT_DIR/update_plugin.sh" --tmux-echo "$*"
- reload_tmux_environment
- end_message
-}
-main "$*"