diff options
author | Matt Singleton <matthew.j.singleton@gmail.com> | 2011-01-19 11:00:07 -0500 |
---|---|---|
committer | Matt Singleton <matthew.j.singleton@gmail.com> | 2011-01-19 11:00:07 -0500 |
commit | f0f9b01d099b7a8d5c2d1ed76b08586b6ca83247 (patch) | |
tree | 658aa452f293e7f2f021227daf3c670db93fa74e /zshrc | |
parent | 4f8d44918c6da63707247a4e7026c72beaebf196 (diff) |
turning off auto updates (and changing a comment)
Diffstat (limited to 'zshrc')
-rw-r--r-- | zshrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |