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

Re: autocomplete wrapper



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