aboutsummaryrefslogtreecommitdiff
path: root/tmux/.tmux/plugins/tpm/scripts/helpers/shell_echo_functions.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tmux/.tmux/plugins/tpm/scripts/helpers/shell_echo_functions.sh')
-rw-r--r--tmux/.tmux/plugins/tpm/scripts/helpers/shell_echo_functions.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/tmux/.tmux/plugins/tpm/scripts/helpers/shell_echo_functions.sh b/tmux/.tmux/plugins/tpm/scripts/helpers/shell_echo_functions.sh
deleted file mode 100644
index ecaa37e..0000000
--- a/tmux/.tmux/plugins/tpm/scripts/helpers/shell_echo_functions.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-echo_ok() {
- echo "$*"
-}
-
-echo_err() {
- fail_helper "$*"
-}