diff --git a/zsh/.zshrc b/zsh/.zshrc index e597252..c73f641 100755 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -20,6 +20,9 @@ bashcompinit # Display a message when no match #zstyle ':completion:*:warnings' format 'No matches for: %d' +# Try first simple completion and, if that generates no matches, case-insensitive completion +zstyle ':completion:*' matcher-list '' 'm:{a-zA-Z}={A-Za-z}' + # Ignore completion functions for commands you don't have: zstyle ':completion:*:functions' ignored-patterns '_*'