X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/442f99c7e99107502b4d3c732f12e538719fbd81..48495f4be3c50e89527773b51c907de04c68af59:/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 {