diff options
author | Jordan Klassen <jordan@klassen.me.uk> | 2015-05-01 15:10:45 -0700 |
---|---|---|
committer | Jordan Klassen <jordan@klassen.me.uk> | 2015-05-01 15:10:45 -0700 |
commit | 45121611fe00a27155aa4259c31761224d4ccef4 (patch) | |
tree | cce9c42d201cdede69892f9734fcd311c91159f7 /templates | |
parent | 66052e2d07fc4e6205bf7f14adfa12d53d9ad487 (diff) | |
download | zsh-45121611fe00a27155aa4259c31761224d4ccef4.tar.gz zsh-45121611fe00a27155aa4259c31761224d4ccef4.tar.bz2 zsh-45121611fe00a27155aa4259c31761224d4ccef4.zip |
Update template zshrc with HYPHEN_INSENSITIVE
Diffstat (limited to 'templates')
-rw-r--r-- | templates/zshrc.zsh-template | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template index 763288dfd..44e8b0d1b 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.zsh-template @@ -10,6 +10,10 @@ ZSH_THEME="robbyrussell" # Uncomment the following line to use case-sensitive completion. # CASE_SENSITIVE="true" +# Uncomment the following line to use hyphen-insensitive completion. Case +# sensitive completion must be off. _ and - will be interchangeable. +# HYPHEN_INSENSITIVE="true" + # Uncomment the following line to disable bi-weekly auto-update checks. # DISABLE_AUTO_UPDATE="true" |