Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

completion for aliased commands does not work



Hello,

I have couple of aliases defined in my .zshrc, ie:

  alias diff='colordiff'

I have noticed, completion does not work properly for these aliased commands

  diff --<TAB>

does not complete any options. Whereas, when I use the unaliased real
diff, completion works perfectly

  /usr/bin/diff --<TAB>

Is there any way to fix this?

Cheers,



Messages sorted by: Reverse Date, Date, Thread, Author