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

Re: autocomplete wrapper



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