diff --git a/z-a-patch-dl.plugin.zsh b/z-a-patch-dl.plugin.zsh index 06457a1..d982762 100644 --- a/z-a-patch-dl.plugin.zsh +++ b/z-a-patch-dl.plugin.zsh @@ -4,18 +4,18 @@ 0="${${ZERO:-${0:#$ZSH_ARGZERO}}:-${(%):-%N}}" 0="${${(M)0:#/*}:-$PWD/$0}" -autoload -Uz :za-patch-dl-handler +autoload -Uz →za-patch-dl-handler # An empty stub to fill the help handler fields -:za-patch-dl-help-null-handler() { :; } +→za-patch-dl-help-null-handler() { :; } # Register !atclone hook @zinit-register-annex "z-a-patch-dl" hook:\!atclone \ - :za-patch-dl-handler \ - :za-patch-dl-help-null-handler \ + →za-patch-dl-handler \ + →za-patch-dl-help-null-handler \ "dl''|patch''" # register a new ice-mod: test'' # Register !atpull hook @zinit-register-annex "z-a-patch-dl" hook:\!atpull \ - :za-patch-dl-handler \ - :za-patch-dl-help-null-handler + →za-patch-dl-handler \ + →za-patch-dl-help-null-handler diff --git a/:za-patch-dl-handler b/→za-patch-dl-handler similarity index 100% rename from :za-patch-dl-handler rename to →za-patch-dl-handler