1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-06-14 09:51:41 +00:00

allow case sensitivity to be toggled

This commit is contained in:
Matthew Donoughe
2009-10-07 20:01:52 +00:00
parent 3cb4f0a202
commit 92f2cf94ad
2 changed files with 9 additions and 1 deletions

View File

@ -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"