silent output

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2023-04-13 08:12:57 -05:00
parent cbee8e02a6
commit 126faff5fe
1 changed files with 2 additions and 1 deletions

View File

@ -94,7 +94,8 @@ jcarr2)
esac esac
if [[ $(type -t _git_wit) == function ]]; then if [[ $(type -t _git_wit) == function ]]; then
echo "wit bash completion already exists" # echo "wit bash completion already exists"
true
else else
echo "should add wit bash completion here" echo "should add wit bash completion here"
fi fi