From 194f5eb8d343326d7f30fa52c1a4ea33110ac1db Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Sat, 13 Jul 2024 02:29:12 -0700 Subject: [PATCH] prevent `witch` from immediately exiting login shells oops --- sh/witch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sh/witch b/sh/witch index 15086a5..470eefe 100755 --- a/sh/witch +++ b/sh/witch @@ -1,5 +1,5 @@ #!/usr/bin/env sh -# YES_ZSH YES_BASH YES_DASH YES_ASH +# FAKE_COMPAT ### @ witch ### this is a personal rewrite of `which` from Debian. ### the original version didn't run on certain shells,