From ce883f49812af309c29b1a5c532a171175e99f08 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Fri, 3 Oct 2008 19:14:40 +0200 Subject: [PATCH] Minor documentation fixes. --- zsh/rc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.44.2