X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=etc%2Fzsh%2Fzshrc;h=b43a99d2d0500518519c9ca505d0d7381e8dda3b;hb=b4c73df2ca5d960293f8c9e5c47d5f39e7b4c62c;hp=e69100c9bf06b4b611028010d1dfbba97cd8a067;hpb=b9dc15072732626e679c0b0621146520f14b9868;p=grml-etc-core.git diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index e69100c..b43a99d 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -272,7 +272,6 @@ setopt hash_list_all # Whenever a command completion is attempted, make s setopt completeinword # not just at the end setopt nohup # and don't kill them, either setopt auto_pushd # make cd push the old directory onto the directory stack. -setopt nonomatch # try to avoid the 'zsh: no matches found...' setopt nobeep # avoid "beep"ing setopt pushd_ignore_dups # don't push the same dir twice. setopt noglobdots # * shouldn't match dotfiles. ever.