]> arthur.barton.de Git - ax-zsh.git/commitdiff
byebye: Be silent in "check mode"
authorAlexander Barton <alex@barton.de>
Tue, 1 Feb 2022 20:11:55 +0000 (21:11 +0100)
committerAlexander Barton <alex@barton.de>
Tue, 1 Feb 2022 20:11:55 +0000 (21:11 +0100)
default_plugins/byebye/byebye.zlogout

index 3878014ca0eaa2919c8ac7d026ef86a08e2f6253..242b0db06b85d73d88017eb66a307ec96d8da00c 100644 (file)
@@ -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