From 5e548862fc156b859d68d015c5ff75e0f7644cd0 Mon Sep 17 00:00:00 2001 From: Sebastian Gniazdowski Date: Mon, 19 Aug 2019 01:09:06 +0200 Subject: [PATCH] =?UTF-8?q?plugin.zsh:=20*preexec=5Fhook=20=E2=80=93=20sto?= =?UTF-8?q?re=20complete=20command=20making=20sesssion=20busy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zconvey.plugin.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zconvey.plugin.zsh b/zconvey.plugin.zsh index 8ada7fb..4747678 100644 --- a/zconvey.plugin.zsh +++ b/zconvey.plugin.zsh @@ -485,7 +485,7 @@ __zconvey_preexec_hook() { fi # Mark that the shell is busy - print -r -- "${1[(w)1]}" >! "$ZCONVEY_OTHER_DIR/${ZCONVEY_ID}.busy" + print -r -- "$1" >! "$ZCONVEY_OTHER_DIR/${ZCONVEY_ID}.busy" } # A hook marking the shell as not busy