Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
completion for "su -" does not work
- X-seq: zsh-users 22112
- From: Fourhundred Thecat <400thecat@xxxxxx>
- To: zsh-users@xxxxxxx
- Subject: completion for "su -" does not work
- Date: Thu, 10 Nov 2016 21:46:49 +0100
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
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