Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: dumb completion question
- X-seq: zsh-users 11856
- From: Andy Spiegl <zsh.Andy@xxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: dumb completion question
- Date: Tue, 18 Sep 2007 17:15:36 +0200
- In-reply-to: <200709181500.l8IF04Ft022305@xxxxxxxxxxxxxx>
- Kreccount: 1
- Mail-followup-to: zsh-users@xxxxxxxxxx
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20070918100642.GA20193@xxxxxxxxx> <20070918144612.GA12974@xxxxxxxxx> <200709181500.l8IF04Ft022305@xxxxxxxxxxxxxx>
> If you have extendedglob set, you need to qutoe '^clusters' or it will
> expand to all files apart from one called clusters
aaaargh!
I didn't have it set but "setopt no_extendedglob" did help.
However, it still doesn't work correctly.
% cssh <TAB>
% cssh \(\ all\ www\ fire\ db\ mail\ web\ rest\)
I guess I have to split the output of
grep '^clusters' $HOME/.csshrc | cut -d= -f2-
somehow, right? Hm, isn't there even a more zsh-is way to read in
this specific line of ~/.csshrc?
Thanks again,
Andy.
--
A supercomputer is a machine, that runs an endless loop in just 2 seconds
Messages sorted by:
Reverse Date,
Date,
Thread,
Author