zshrc: readd setopt nonomatch
[grml-etc-core.git] / etc / zsh / zshrc
index fe5bb78..00cf7fe 100644 (file)
@@ -288,6 +288,9 @@ setopt extended_glob
 # display PID when suspending processes as well
 setopt longlistjobs
 
+# try to avoid the 'zsh: no matches found...'
+setopt nonomatch
+
 # report the status of backgrounds jobs immediately
 setopt notify