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

completion for "su -" does not work



Hello,

completion for the su command has many fancy features. For instance,

  su -s <TAB>

will offer all available shells on the system. Very nice, but I wonder
if I will ever need this. However, basic completion does not work:

  su - <TAB>

does not offer me anything. In bash, I could do

  su - <TAB>

and it would offer me available users, to which I could switch. Are
there any plans adding support for "su -" completion ?

(tested on zsh 4.3.17)

Cheers,



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