From 6084b27068732a06bbdec271743616339e4eae6e Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Fri, 30 Sep 2022 16:45:32 -0700 Subject: [PATCH] don't autoload `witch` in bash --- sh/witch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sh/witch b/sh/witch index d4d7a19..2608afe 100755 --- a/sh/witch +++ b/sh/witch @@ -1,6 +1,6 @@ #!/usr/bin/env sh # NO_ZSH -# YES_BASH +# NO_BASH # YES_DASH # YES_ASH # this is `which` from Debian. the only changes are superficial (formatting).