Skip to content

Instantly share code, notes, and snippets.

@dltacube
Forked from yohm/zsh_ignore_case
Created February 5, 2021 04:40
Show Gist options
  • Save dltacube/ad28351aba06bf03a57a38fa97c4bbe4 to your computer and use it in GitHub Desktop.
Save dltacube/ad28351aba06bf03a57a38fa97c4bbe4 to your computer and use it in GitHub Desktop.
ignore case completion for zsh
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