Created
April 29, 2011 03:47
-
-
Save yohm/947798 to your computer and use it in GitHub Desktop.
ignore case completion for zsh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
zstyle ':completion:*' matcher-list '' 'm:{a-z}={A-Z}' '+m:{A-Z}={a-z}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment