From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2474 invoked from network); 8 Sep 1999 21:30:00 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 8 Sep 1999 21:30:00 -0000 Received: (qmail 13342 invoked by alias); 8 Sep 1999 21:29:51 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 7730 Received: (qmail 13335 invoked from network); 8 Sep 1999 21:29:51 -0000 Date: Wed, 8 Sep 1999 17:29:22 -0400 From: Clint Adams To: Sven Wischnowsky Cc: zsh-workers@sunsite.auc.dk Subject: Re: PATCH: more completion stuff Message-ID: <19990908172922.A3444@dman.com> References: <199909081418.QAA01362@beta.informatik.hu-berlin.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <199909081418.QAA01362@beta.informatik.hu-berlin.de>; from Sven Wischnowsky on Wed, Sep 08, 1999 at 04:18:25PM +0200 > diff -u -r oldcompletion/User/_ssh Completion/User/_ssh > --- oldcompletion/User/_ssh Wed Sep 8 15:36:18 1999 > +++ Completion/User/_ssh Wed Sep 8 16:15:43 1999 > @@ -0,0 +1,152 @@ > +#compdef ssh ssh-add ssh-agent ssh-keygen Please add slogin to this. Also, it would be nice if the construct 'user@host' were supported.