From: Samir Benmendil Date: Wed, 24 Apr 2024 21:22:16 +0000 (+0100) Subject: zsh: task-quote-magic escapes " as well X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/8447e5bc472a17d86d8e960c700ab12aa6c63fce?ds=sidebyside zsh: task-quote-magic escapes " as well --- diff --git a/zsh/functions/task-quote-magic b/zsh/functions/task-quote-magic index 16294c4..197fb37 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 \