Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: autocomplete wrapper
- X-seq: zsh-users 18530
- From: John Eikenberry <jae@xxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: autocomplete wrapper
- Date: Thu, 27 Feb 2014 20:32:07 -0800
- In-reply-to: <CAH_OBievARovsGxZArs+knyB2cMPKHyTF6MAgkzWuCG=F1H93w@mail.gmail.com>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mail-followup-to: John Eikenberry <jae@xxxxxxxx>, zsh-users@xxxxxxx
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <CAH_OBievARovsGxZArs+knyB2cMPKHyTF6MAgkzWuCG=F1H93w@mail.gmail.com>
shawn wilson wrote:
> 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
--
John Eikenberry
[ jae@xxxxxxxx - http://zhar.net ]
[ PGP public key @ http://zhar.net/jae_at_zhar_net.gpg ]
________________________________________________________________________
Sic gorgiamus allos subjectatos nunc
Attachment:
signature.asc
Description: Digital signature
Messages sorted by:
Reverse Date,
Date,
Thread,
Author