dotfiles/zsh/completion.zsh

5 lines
152 B
Bash
Raw Normal View History

#!/usr/bin/env zsh
# Make matches case insensitive for lowercase
2024-01-23 09:32:21 -08:00
zstyle ':completion:*' matcher-list 'm:{a-z}={A-Z}'https://github.com/holman/dotfiles