浏览代码

Update template zshrc with HYPHEN_INSENSITIVE

Jordan Klassen 9 年之前
父节点
当前提交
45121611fe
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      templates/zshrc.zsh-template

+ 4 - 0
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"