From 3faa5e6d99c33d955d52873f5551d18a49a6ac58 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Thu, 1 Sep 2022 18:58:31 -0700 Subject: [PATCH] note compatibility for `witch` --- sh/witch | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sh/witch b/sh/witch index 2902ec3..d4d7a19 100755 --- a/sh/witch +++ b/sh/witch @@ -1,4 +1,8 @@ #!/usr/bin/env sh +# NO_ZSH +# YES_BASH +# YES_DASH +# YES_ASH # this is `which` from Debian. the only changes are superficial (formatting). # this does not work as-is with zsh.