summaryrefslogtreecommitdiff
path: root/templates/zshrc.zsh-template
diff options
context:
space:
mode:
authorMatthew Donoughe <mdonoughe@gmail.com>2009-10-07 20:01:52 +0000
committerMatthew Donoughe <mdonoughe@gmail.com>2009-10-07 20:03:23 +0000
commitcea6040c305d1e645f497e59133c2c5434a430ef (patch)
treedec6649246257c7920bc6db302c2084dac3b3d95 /templates/zshrc.zsh-template
parent2289cacecbf027e71380ab0c349dee6f902e7b65 (diff)
downloadzsh-cea6040c305d1e645f497e59133c2c5434a430ef.tar.gz
zsh-cea6040c305d1e645f497e59133c2c5434a430ef.tar.bz2
zsh-cea6040c305d1e645f497e59133c2c5434a430ef.zip
allow case sensitivity to be toggled
Diffstat (limited to 'templates/zshrc.zsh-template')
-rw-r--r--templates/zshrc.zsh-template3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template
index 787dc3d09..7c43303bd 100644
--- a/templates/zshrc.zsh-template
+++ b/templates/zshrc.zsh-template
@@ -5,6 +5,9 @@ export ZSH=$HOME/.oh-my-zsh
# Look in ~/.oh-my-zsh/themes/
export ZSH_THEME="robbyrussell"
+# Set to this to use case-sensitive completion
+# export CASE_SENSITIVE="true"
+
# Comment this out to disable weekly auto-update checks
# export DISABLE_AUTO_UPDATE="false"