Bind insert-datestamp to "ESC d" (Alt-d on many terminals) instead of "Ctrl-e d"
[grml-etc-core.git] / etc / skel / .zshrc
index ddb49c0..8695b4d 100644 (file)
@@ -104,6 +104,9 @@ fi
 ## add `|' to output redirections in the history
 #setopt histallowclobber
 
+## try to avoid the 'zsh: no matches found...'
+#setopt nonomatch
+
 ## warning if file exists ('cat /dev/null > ~/.zshrc')
 #setopt NO_clobber