From 34a3ac7816e409a1a910bfcd80dc3cb8f810ae8f Mon Sep 17 00:00:00 2001 From: David Alexander Majnemer Date: Tue, 25 Nov 2008 23:14:07 -0600 Subject: [PATCH] fixed WATCHFMT --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index dcbc7fc..8babb97 100644 --- a/zshrc +++ b/zshrc @@ -378,7 +378,7 @@ zstyle ':completion:*:diff:*' ignore-line yes # Keep track of other people accessing the box watch=( all ) export LOGCHECK=30 -export WATCHFMT=$'%{\e[01;36m%}'" -- %n@%m has %(a.Logged In.Logged out) --"$'%{\e[00;00m%}' +export WATCHFMT=$'\e[01;36m'" -- %n@%m has %(a.Logged In.Logged out) --"$'\e[00;00m' # directory hashes if [[ -d "${HOME}/sandbox" ]] ; then