-
-
Save dltacube/ad28351aba06bf03a57a38fa97c4bbe4 to your computer and use it in GitHub Desktop.
ignore case completion for zsh
This file contains hidden or 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