From 4df6bdece8388094a927fa9d63701165f4044b70 Mon Sep 17 00:00:00 2001 From: davidben via Trac Date: Sun, 13 Sep 2009 16:03:27 -0500 Subject: [PATCH] document ZEPHYR_CLIENT variable. --- doc/UsingZephyr | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/doc/UsingZephyr b/doc/UsingZephyr index 011f74d..1f0cfe6 100644 --- a/doc/UsingZephyr +++ b/doc/UsingZephyr @@ -227,4 +227,20 @@ To reattach a screen session, possibly detaching from wherever it's currently at screen -dr }}} -{{{screen}}} can do a whole lot more. To find out about it, see UsingScreen. \ No newline at end of file +{{{screen}}} can do a whole lot more. To find out about it, see UsingScreen. + +== Interaction with Traditional Zephyr == + +The default athena startup scripts launch zwgc on login. If you are subscribed to many classes and use Zephyr in today's contexts, zwgc's behavior is not very desirable. To disable zwgc startup, add: + +{{{ +setenv ZEPHYR_CLIENT false +}}} + +to your {{{~/.environment}}} file if you use {{{tcsh}}} or + +{{{ +ZEPHYR_CLIENT=false +}}} + +to your {{{~/.bash_environment}}} if you use {{{bash}}}. This will cause your shell to launch the {{{false}}} executable instead of zwgc which does nothing. \ No newline at end of file -- 2.44.0