From f4894a38384ad751d4c71e89b10e7690c04b5102 Mon Sep 17 00:00:00 2001 From: Nick Chambers Date: Mon, 24 Oct 2022 03:50:38 -0500 Subject: [PATCH] Ignore SIGINT in reaper process --- dotlib/cattle.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/dotlib/cattle.sh b/dotlib/cattle.sh index cf2e5c4..2b005d0 100644 --- a/dotlib/cattle.sh +++ b/dotlib/cattle.sh @@ -11,6 +11,7 @@ slay-reaper() { } { + trap "" INT trap reset-elapsed USR1 last_cmd_at=0