Skip to content

Instantly share code, notes, and snippets.

@yohm
Created April 29, 2011 03:47
Show Gist options
  • Save yohm/947798 to your computer and use it in GitHub Desktop.
Save yohm/947798 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