From 8a83c91bf3cc5773bacc12c802e24d30e7dd58d8 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Sun, 9 Feb 2025 14:23:16 +0000 Subject: [PATCH] zsh: add todo to recursively check for task aliases in task-quote-magic --- zsh/functions/task-quote-magic | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/functions/task-quote-magic b/zsh/functions/task-quote-magic index 197fb37..415c7d1 100644 --- a/zsh/functions/task-quote-magic +++ b/zsh/functions/task-quote-magic @@ -28,6 +28,7 @@ local -a reply match mbegin mend zstyle -m ':task-quote-magic:\*' task-seps '*' || zstyle -e ':task-quote-magic:*' task-seps 'reply=("#{}\`\"&<>''${histchars[1]}")' +# TODO: recursively check if cmd is an alias of an alias of task zstyle -m ':task-quote-magic' task-cmds '*' || zstyle -e ':task-quote-magic' task-cmds \ 'zmodload -i zsh/parameter; -- 2.48.1