diff options
author | Robby Russell <robby@planetargon.com> | 2009-10-26 08:57:29 -0700 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2009-10-26 08:57:29 -0700 |
commit | 56693663adbf9d8c5809612bd23324e90ceb4cd6 (patch) | |
tree | 8057e0b86e7f6a2a05fbb1a192180b3b34c66268 /templates | |
parent | c03aab51645fa7448f4e92b09ab00e2de989010e (diff) | |
parent | c1444a96129b665bcbf67e9baad9bf7257c7c650 (diff) | |
download | zsh-56693663adbf9d8c5809612bd23324e90ceb4cd6.tar.gz zsh-56693663adbf9d8c5809612bd23324e90ceb4cd6.tar.bz2 zsh-56693663adbf9d8c5809612bd23324e90ceb4cd6.zip |
Merge branch 'master' of git://github.com/mdonoughe/oh-my-zsh into mdonoughe/master
Diffstat (limited to 'templates')
-rw-r--r-- | templates/zshrc.zsh-template | 3 |
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" |