Skip to content

Instantly share code, notes, and snippets.

@qknow-w
Created August 20, 2020 06:46
Show Gist options
  • Save qknow-w/d1ab7332020fb85516821c0ee130e34c to your computer and use it in GitHub Desktop.
Save qknow-w/d1ab7332020fb85516821c0ee130e34c to your computer and use it in GitHub Desktop.
zsh ignore case
```
autoload -Uz compinit && compinit
zstyle ':completion:*' matcher-list 'm:{[:lower:][:upper:]}={[:upper:][:lower:]}' 'm:{[:lower:][:upper:]}={[:upper:][:lower:]} l:|=* r:|=*' 'm:{[:lower:][:upper:]}={[:upper:][:lower:]} l:|=* r:|=*' 'm:{[:lower:][:upper:]}={[:upper:][:lower:]} l:|=* r:|=*'
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment