]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - zsh/rc
Minor documentation fixes.
[config/dotfiles.git] / zsh / rc
diff --git a/zsh/rc b/zsh/rc
index b16a5ca5918138e40de74fc8a46d77b7d4aa7691..7b0e7d24ac41708318b720f4c543b470440c7846 100644 (file)
--- a/zsh/rc
+++ b/zsh/rc
@@ -21,7 +21,8 @@ setopt histignoredups
 bindkey "^P" history-beginning-search-backward
 bindkey "^N" history-beginning-search-forward
 
-# Prevent overwriting existing files with '> filename'.
+# Prevent overwriting existing files with '> filename', use '>| filename'
+# (or >!) instead.
 setopt noclobber
 
 # Entering the name of a directory (if it's not a command) will automatically