aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Singleton <matthew.j.singleton@gmail.com>2011-01-19 11:00:07 -0500
committerMatt Singleton <matthew.j.singleton@gmail.com>2011-01-19 11:00:07 -0500
commitf0f9b01d099b7a8d5c2d1ed76b08586b6ca83247 (patch)
tree658aa452f293e7f2f021227daf3c670db93fa74e
parent4f8d44918c6da63707247a4e7026c72beaebf196 (diff)
turning off auto updates (and changing a comment)
-rw-r--r--zshrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/zshrc b/zshrc
index 02fb131..29c3846 100644
--- a/zshrc
+++ b/zshrc
@@ -9,7 +9,7 @@ export ZSH_THEME="xcolour"
export CASE_SENSITIVE="true"
# Comment this out to disable weekly auto-update checks
-# export DISABLE_AUTO_UPDATE="true"
+export DISABLE_AUTO_UPDATE="true"
# Uncomment following line if you want to disable colors in ls
# export DISABLE_LS_COLORS="true"
@@ -33,7 +33,7 @@ if [ -e $HOME/.zshrc-local ]; then
fi
# runs after local because 'most' isn't standard,
-# and macports will be set up in local
+# and may be provided by a local path addition
if [[ -e $(which most) ]]; then
export PAGER=most
fi