From 3d971d9578f4f0f9d84fd35623beac5a9875d7fd Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Tue, 26 Mar 2024 00:22:23 +0000 Subject: [PATCH] zsh: magic escape ` in task commands --- zsh/functions/task-quote-magic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/functions/task-quote-magic b/zsh/functions/task-quote-magic index 6d2715e..16294c4 100644 --- a/zsh/functions/task-quote-magic +++ b/zsh/functions/task-quote-magic @@ -26,7 +26,7 @@ local -a reply match mbegin mend zstyle -m ':task-quote-magic:\*' task-seps '*' || - zstyle -e ':task-quote-magic:*' task-seps 'reply=("#{}&<>''${histchars[1]}")' + zstyle -e ':task-quote-magic:*' task-seps 'reply=("#{}\`&<>''${histchars[1]}")' zstyle -m ':task-quote-magic' task-cmds '*' || zstyle -e ':task-quote-magic' task-cmds \ -- 2.48.1