From: Simon Ruderich Date: Fri, 3 Oct 2008 17:14:40 +0000 (+0200) Subject: Minor documentation fixes. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=ce883f49812af309c29b1a5c532a171175e99f08;p=config%2Fdotfiles.git Minor documentation fixes. --- diff --git a/zsh/rc b/zsh/rc index b16a5ca..7b0e7d2 100644 --- 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