4 lines
152 B
Bash
4 lines
152 B
Bash
#!/usr/bin/env zsh
|
|
|
|
# Make matches case insensitive for lowercase
|
|
zstyle ':completion:*' matcher-list 'm:{a-z}={A-Z}'https://github.com/holman/dotfiles
|