]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
Minor documentation fixes.
authorSimon Ruderich <simon@ruderich.org>
Fri, 3 Oct 2008 17:14:40 +0000 (19:14 +0200)
committerSimon Ruderich <simon@ruderich.org>
Mon, 16 Feb 2009 15:34:39 +0000 (16:34 +0100)
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