Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: autocomplete wrapper
- X-seq: zsh-workers 32433
- From: Christian Neukirchen <chneukirchen@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: autocomplete wrapper
- Date: Tue, 25 Feb 2014 15:27:45 +0100
- In-reply-to: <CAH_OBievARovsGxZArs+knyB2cMPKHyTF6MAgkzWuCG=F1H93w__26633.1667117358$1393320797$gmane$org@mail.gmail.com> (shawn wilson's message of "Tue, 25 Feb 2014 04:29:03 -0500")
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <CAH_OBievARovsGxZArs+knyB2cMPKHyTF6MAgkzWuCG=F1H93w__26633.1667117358$1393320797$gmane$org@mail.gmail.com>
- Sender: chris@juno
shawn wilson <ag4ve.us@xxxxxxxxx> writes:
> i have wrappers around commands such as:
> sshs () {
> ssh $@ -t screen -ddR
> }
>
> But autocomplete doesn't work with them as it does with the actual
> command - what's the easiest way to fix this?
compdef sshs=ssh
--
Christian Neukirchen <chneukirchen@xxxxxxxxx> http://chneukirchen.org
Messages sorted by:
Reverse Date,
Date,
Thread,
Author