Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: complete question
- X-seq: zsh-users 815
- From: blaise@xxxxxxxxxxxxxx
- To: zsh-users@xxxxxxxxxxxxxxx
- Subject: Re: complete question
- Date: Mon, 14 Apr 1997 17:54:11 -0400
- In-reply-to: <199704142012.OAA01255@xxxxxxxxxxxxxxxxxxxxxx>
- Original-from: blaise@xxxxxxxxxxx
- Original-from: blaise@xxxxxxxxxxxxxx (Blaise Tarr(457-4233) 51E61 catwoman )
- References: <199704142012.OAA01255@xxxxxxxxxxxxxxxxxxxxxx>
Steve Talley writes:
> I have a command "beroot" that executes any arguments as root. i.e.
>
> % beroot id -a
>
> prints out:
>
> uid=0(root) gid=10(staff) groups=10(staff),14(sysadmin)
>
> How can I get zsh to complete the first parameter as a command, and the
> rest using default completion (files)?
compctl -l '' beroot
--
Blaise Tarr
btarr@xxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author