dotfiles/zsh/completion.zsh
2024-01-21 21:32:20 -08:00

4 lines
118 B
Bash

#!/usr/bin/env zsh
# Make matches case insensitive for lowercase
zstyle ':completion:*' matcher-list 'm:{a-z}={A-Z}'