]> arthur.barton.de Git - ax-zsh.git/blobdiff - plugins/remind/remind.zshrc
icalbuddy, remind: Don't run for "axzshctl check-plugins"
[ax-zsh.git] / plugins / remind / remind.zshrc
index 9f275348e8665b7aa19523b39f446e6b99b278a5..4a5ad506a7eafc57768ead16272f543580235f0b 100644 (file)
@@ -4,6 +4,9 @@
 # Make sure that "remind(1)" is installed.
 (( $+commands[remind] )) || return 1
 
+# Don't run this plugin on "check-plugins"!
+[[ -z "$AXZSH_PLUGIN_CHECK" ]] || return 0
+
 # Some handy alias.
 alias remindcal='remind -ccu+3 -m -w$COLUMNS,4,0 $HOME/.remind'