From acb714df6b094acfe077d952b5e350efbea77342 Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Fri, 25 Dec 2015 13:13:55 +0100 Subject: [PATCH] Bugfix for wildcards. --- zshrc | 3 +++ 1 file changed, 3 insertions(+) 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