zshrc: readd setopt nonomatch
[grml-etc-core.git] / doc / grmlzshrc.t2t
index 3aae18f..22d4de2 100644 (file)
@@ -379,6 +379,11 @@ A wildcard character never matches a leading '.'.
 : **nohup** <grml>
 Do not send the hangup signal (HUP:1) to running jobs when the shell exits.
 
+: **nonomatch** <grml>
+If a pattern for filename generation has no matches, do not print an error
+and leave it unchanged in the argument list. This also applies to file
+expansion of an initial `~' or `='.
+
 : **notify**
 Report the status of background jobs immediately, rather than waiting until
 just before printing a prompt.