summaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2023-04-13 08:12:57 -0500
committerJeff Carr <[email protected]>2023-04-13 08:12:57 -0500
commit126faff5fe7bc5a90e1488d10012e652f302d41b (patch)
treebc89f45ebe8c31b8a17bb0564b2b6cdb014f1ada /bashrc
parentcbee8e02a6db029d34a9f0067870d206fa60f449 (diff)
silent output
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc/.wit3
1 files changed, 2 insertions, 1 deletions
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