diff --git a/zshrc b/zshrc index f9507eb..6e56da4 100644 --- a/zshrc +++ b/zshrc @@ -31,6 +31,9 @@ if [ -d "$HOME/.composer" ]; then path+=("$HOME/.composer/vendor/bin") fi +# No matches found for "*" +unsetopt nomatch + # History search autoload -U history-search-end bindkey -v