summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorToon Claes <toon@tonotdo.com>2009-11-05 20:44:28 +0100
committerToon Claes <toon@tonotdo.com>2009-11-05 20:44:28 +0100
commit08fcf7dc393d6254fdcd7eef26d3f4ddd1c53a6c (patch)
tree920253c4cdc9a2c71e5a7e8efedc5525978ecd49 /templates
parent1c65ab9dea8caf834d662d3d20e3b8a83ea609b0 (diff)
downloadzsh-08fcf7dc393d6254fdcd7eef26d3f4ddd1c53a6c.tar.gz
zsh-08fcf7dc393d6254fdcd7eef26d3f4ddd1c53a6c.tar.bz2
zsh-08fcf7dc393d6254fdcd7eef26d3f4ddd1c53a6c.zip
Enabled colors in ls and made it possible to theme them
Diffstat (limited to 'templates')
-rw-r--r--templates/zshrc.zsh-template5
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template
index 7c43303bd..d905be04b 100644
--- a/templates/zshrc.zsh-template
+++ b/templates/zshrc.zsh-template
@@ -9,7 +9,10 @@ export ZSH_THEME="robbyrussell"
# export CASE_SENSITIVE="true"
# Comment this out to disable weekly auto-update checks
-# export DISABLE_AUTO_UPDATE="false"
+# export DISABLE_AUTO_UPDATE="true"
+
+# Uncomment following line if you want to disable colors in ls
+# export DISABLE_LS_COLORS="true"
source $ZSH/oh-my-zsh.sh