From f0f9b01d099b7a8d5c2d1ed76b08586b6ca83247 Mon Sep 17 00:00:00 2001 From: Matt Singleton Date: Wed, 19 Jan 2011 11:00:07 -0500 Subject: turning off auto updates (and changing a comment) --- zshrc | 4 ++-- 1 file 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 -- cgit v1.2.3