]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
zsh: Disable beeps.
authorSimon Ruderich <simon@ruderich.org>
Thu, 13 Aug 2009 17:21:25 +0000 (19:21 +0200)
committerSimon Ruderich <simon@ruderich.org>
Thu, 13 Aug 2009 17:22:20 +0000 (19:22 +0200)
zsh/rc

diff --git a/zsh/rc b/zsh/rc
index 62b4a58fe1a66d73b56c63480660ef58fb4ecaf5..2fe5530f4ca2e6f188a418cfb0b40c13a0bfbc71 100644 (file)
--- 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