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

Re: dumb completion question



> 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