trivial change

This commit is contained in:
Adrian Kreher 2009-03-10 14:00:56 -05:00
parent 78747d8a2a
commit d2bd5f0658

2
zshrc
View file

@ -19,7 +19,7 @@ zle -N edit-command-line
# Keep track of other people accessing the box # Keep track of other people accessing the box
watch=( all ) watch=( all )
export LOGCHECK=30 export LOGCHECK=30
export WATCHFMT=$'\e[00;00m\e[01;36m'" -- %n@%m has %(a.Logged In.Logged out) --"$'\e[00;00m' export WATCHFMT=$'\e[00;00m\e[01;36m'" -- %n@%m has %(a.logged in.logged out) --"$'\e[00;00m'
# directory hashes # directory hashes
if [ -d "${HOME}/sandbox" ] ; then if [ -d "${HOME}/sandbox" ] ; then