X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/442f99c7e99107502b4d3c732f12e538719fbd81..fa17f6dc11ab3a15f051dee0172f296fd0f2cf9d:/zsh/functions/task-quote-magic diff --git a/zsh/functions/task-quote-magic b/zsh/functions/task-quote-magic index 9634320..197fb37 100644 --- a/zsh/functions/task-quote-magic +++ b/zsh/functions/task-quote-magic @@ -26,13 +26,12 @@ 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 \ 'zmodload -i zsh/parameter; reply=( task - ${(k)galiases[(R)(* |)task( *|)]:-} ${(k)aliases[(R)(* |)task( *|)]:-} )' function task-quote-magic {