From: Simon Ruderich Date: Thu, 13 Aug 2009 17:21:25 +0000 (+0200) Subject: zsh: Disable beeps. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=9a26f25110f8f0de8ab1f7b787ccd80420c4ddef;p=config%2Fdotfiles.git zsh: Disable beeps. --- diff --git a/zsh/rc b/zsh/rc index 62b4a58..2fe5530 100644 --- a/zsh/rc +++ b/zsh/rc @@ -11,6 +11,9 @@ bindkey -v # Be paranoid, new files are readable/writable by me only. umask 077 +# Disable beeps. +setopt nobeep + # Prevent overwriting existing files with '> filename', use '>| filename' # (or >!) instead. setopt noclobber