From 126faff5fe7bc5a90e1488d10012e652f302d41b Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 13 Apr 2023 08:12:57 -0500 Subject: [PATCH] silent output Signed-off-by: Jeff Carr --- bashrc/.wit | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bashrc/.wit b/bashrc/.wit index 76a148b..2dc2a3f 100644 --- a/bashrc/.wit +++ b/bashrc/.wit @@ -94,7 +94,8 @@ jcarr2) esac if [[ $(type -t _git_wit) == function ]]; then - echo "wit bash completion already exists" + # echo "wit bash completion already exists" + true else echo "should add wit bash completion here" fi