update ZLE plugin so it no more make errors

This commit is contained in:
Wryn (yage) Wagner 2024-02-12 23:43:28 -07:00
parent 6629caf459
commit 432593a0f3

View File

@ -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
}