From 7b34987d73b18923ee41ce496e4b000115f45e7c Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Tue, 1 Feb 2022 21:11:55 +0100 Subject: [PATCH] byebye: Be silent in "check mode" --- default_plugins/byebye/byebye.zlogout | 1 + 1 file changed, 1 insertion(+) diff --git a/default_plugins/byebye/byebye.zlogout b/default_plugins/byebye/byebye.zlogout index 3878014..242b0db 100644 --- a/default_plugins/byebye/byebye.zlogout +++ b/default_plugins/byebye/byebye.zlogout @@ -2,6 +2,7 @@ # byebye.zlogout -- Say goodbye to interactive users [[ -o interactive ]] || return +[[ -n "$AXZSH_PLUGIN_CHECK" ]] || return 92 # Clear the console if it is a local terminal case `tty` in -- 2.39.2