]> arthur.barton.de Git - ax-zsh.git/commitdiff
00-newline: This plugin is optional for "axzshctl check-plugins"
authorAlexander Barton <alex@barton.de>
Sun, 22 Nov 2020 23:29:35 +0000 (00:29 +0100)
committerAlexander Barton <alex@barton.de>
Sun, 22 Nov 2020 23:29:35 +0000 (00:29 +0100)
plugins/00-newline/00-newline.ax-io

index 249057d1b0ec79dffec6549bf54f082d2980e908..3d43d752010b70613098be4f4945db2d1d189cd8 100644 (file)
@@ -2,7 +2,7 @@
 # 00-newline.ax-io: Print an empty line ...
 
 # Don't run this plugin on "check-plugins"!
-[[ -z "$AXZSH_PLUGIN_CHECK" ]] || return 0
+[[ -z "$AXZSH_PLUGIN_CHECK" ]] || return 92
 
 # Don't output anything ~/.hushlogin exists ...
 [[ -r ~/.hushlogin ]] && return 0