Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Colon in alias appears to be breaking task compltion
- X-seq: zsh-users 27089
- From: Steve Dondley <s@xxxxxxxxxxx>
- To: Zsh users <zsh-users@xxxxxxx>
- Subject: Colon in alias appears to be breaking task compltion
- Date: Sun, 05 Sep 2021 12:02:34 -0400
- Archived-at: <https://zsh.org/users/27089>
- List-id: <zsh-users.zsh.org>
My alias A for taskwarrior:
alias taa='task +st +sn add'
My alias B for taskwarrior:
alias tai="task +imm +st due:1h add"
Alias A works fine with tab completion. "taa proj<tab>" completes the
word "project" as expected.
Alias B does not work: with "tai proj<tab>" there is no tab completion
for the word "project".
I can get alias B to work if I remove the "due:1h" bit from the right
hand side of Alias B. So it appears the colon is causing issues.
Workaround?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author