Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh-announce moderators still alive?
- X-seq: zsh-workers 8832
- From: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: zsh-announce moderators still alive?
- Date: Wed, 1 Dec 1999 10:17:14 +0100 (MET)
- In-reply-to: Adam Spiers's message of Tue, 30 Nov 1999 15:10:10 +0000
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
Adam Spiers wrote:
> P.S. No answers about the out of date website yet?
Just had a look at your published .zshrc. Some styles have now been
changed to boolean ones and for those `yep' is not treated as the
value `true'....
And the parameters should now be replaced with:
# {{{ Common usernames
# compstyle '*' users tom dick harry
# }}}
# {{{ Common hostnames
compstyle '*' hosts localhost sunsite.doc.ic.ac.uk
# }}}
# {{{ (user,host) pairs
# All my accounts:
# compstyle '*:my-accounts' users-hosts \
# joe: \
# {joe,root}:mymachine.com \
# jbloggs:myothermachine.com
#
# Other people's accounts:
# compstyle '*:other-accounts' users-hosts \
# bob: \
# {fred,root}:hismachine.com \
# vera:hermachine.com
#
# }}}
# {{{ (host, port, user) triples for telnet
#
# compstyle '*::telnet:*' hosts-ports-users \
# host1::user1 \
# host2::user2 \
# mail-server:{smtp,pop3}: \
# news-server:nntp: \
# proxy-server:8000:
# }}}
Or something like that.
Bye
Sven
--
Sven Wischnowsky wischnow@xxxxxxxxxxxxxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author