From 15b24ab9d782a8e5683f305ec8b1c31849a64246 Mon Sep 17 00:00:00 2001 From: Elizabeth Date: Mon, 19 May 2025 23:03:02 -0700 Subject: initial commit --- tmux/.tmux/plugins/tpm/scripts/helpers/shell_echo_functions.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tmux/.tmux/plugins/tpm/scripts/helpers/shell_echo_functions.sh (limited to 'tmux/.tmux/plugins/tpm/scripts/helpers/shell_echo_functions.sh') diff --git a/tmux/.tmux/plugins/tpm/scripts/helpers/shell_echo_functions.sh b/tmux/.tmux/plugins/tpm/scripts/helpers/shell_echo_functions.sh new file mode 100644 index 0000000..ecaa37e --- /dev/null +++ b/tmux/.tmux/plugins/tpm/scripts/helpers/shell_echo_functions.sh @@ -0,0 +1,7 @@ +echo_ok() { + echo "$*" +} + +echo_err() { + fail_helper "$*" +} -- cgit v1.2.3-70-g09d2