From 9a26f25110f8f0de8ab1f7b787ccd80420c4ddef Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Thu, 13 Aug 2009 19:21:25 +0200 Subject: [PATCH] zsh: Disable beeps. --- zsh/rc | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.44.1