zsh-users
 help / color / mirror / code / Atom feed
* Colon in alias appears to be breaking task compltion
@ 2021-09-05 16:02 Steve Dondley
  2021-09-05 17:16 ` Steve Dondley
  0 siblings, 1 reply; 7+ messages in thread
From: Steve Dondley @ 2021-09-05 16:02 UTC (permalink / raw)
  To: Zsh users

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?


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-09-05 18:07 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-05 16:02 Colon in alias appears to be breaking task compltion Steve Dondley
2021-09-05 17:16 ` Steve Dondley
2021-09-05 17:27   ` Bart Schaefer
2021-09-05 17:43     ` Bart Schaefer
2021-09-05 17:59       ` Steve Dondley
2021-09-05 17:48     ` Bart Schaefer
2021-09-05 18:03     ` Steve Dondley

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).