diff options
Diffstat (limited to '.config/zsh/rc/completion.rc')
| -rwxr-xr-x | .config/zsh/rc/completion.rc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/zsh/rc/completion.rc b/.config/zsh/rc/completion.rc index ee6cce7..db4e180 100755 --- a/.config/zsh/rc/completion.rc +++ b/.config/zsh/rc/completion.rc @@ -1,3 +1,5 @@ +# vim: ft=zsh + # case-insensitive (uppercase from lowercase) completion zstyle ':completion:*' matcher-list 'm:{a-z}={A-Z}' |
