From 432593a0f3c4a4cad6a82a3271069c2d08c291db Mon Sep 17 00:00:00 2001 From: yage Date: Mon, 12 Feb 2024 23:43:28 -0700 Subject: [PATCH] update ZLE plugin so it no more make errors --- scwrypts.plugin.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scwrypts.plugin.zsh b/scwrypts.plugin.zsh index cd2ce74..0480f66 100644 --- a/scwrypts.plugin.zsh +++ b/scwrypts.plugin.zsh @@ -14,7 +14,7 @@ SCWRYPTS__ZSH_PLUGIN() { which scwrypts >/dev/null 2>&1\ && RBUFFER="scwrypts" || RBUFFER="$SCWRYPTS_ROOT/scwrypts" - RBUFFER+=" --name $NAME --group $GROUP --type $TYPE --verbose" + RBUFFER+=" --name $NAME --group $GROUP --type $TYPE" zle accept-line }