dotfiles/zsh/completion.zsh

5 lines
118 B
Bash
Raw Normal View History

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