Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
"Bookmarked" cvs repositories
- X-seq: zsh-users 10923
- From: Jean-Rene David <jrdavid@xxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: "Bookmarked" cvs repositories
- Date: Fri, 3 Nov 2006 00:57:30 -0500
- Mail-followup-to: zsh-users@xxxxxxxxxx
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
I would like to modify the completion of cvs'
'-d' option. I created an array like so:
repositories=( :ext:user@host:/path/to/cvs
:ext:user@anotherhost:/path/to/cvs )
When I type:
cvs -d<TAB>
I would like zsh to offer those repositories for
completion.
I tried a few things but nothing I did seemed to
override the _cvs function that comes with the
distribution.
Sorry if this is trivial...
--
JR
Messages sorted by:
Reverse Date,
Date,
Thread,
Author