diff options
| author | Jeff Carr <[email protected]> | 2023-04-13 08:12:57 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-04-13 08:12:57 -0500 |
| commit | 126faff5fe7bc5a90e1488d10012e652f302d41b (patch) | |
| tree | bc89f45ebe8c31b8a17bb0564b2b6cdb014f1ada /bashrc | |
| parent | cbee8e02a6db029d34a9f0067870d206fa60f449 (diff) | |
silent output
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'bashrc')
| -rw-r--r-- | bashrc/.wit | 3 |
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 |
