]> err.no Git - dotfiles/commitdiff
unbeep
authortfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Fri, 19 Aug 2005 11:10:51 +0000 (11:10 +0000)
committertfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Fri, 19 Aug 2005 11:10:51 +0000 (11:10 +0000)
git-svn-id: file:///svn/tfheen/trunk/dotfiles@806 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf

zshrc

diff --git a/zshrc b/zshrc
index b888981149bb230fa66109d71518c8ba8f3cdeee..fc2523d639ae50d367b14e1ba5d72c6b516a384a 100644 (file)
--- a/zshrc
+++ b/zshrc
@@ -37,6 +37,9 @@ zstyle ':completion:*' match-original both
 zstyle ':completion:*' max-errors 1
 zstyle :compinstall filename '/home/tfheen/.zshrc'
 
+# Don't beep.  Ever.
+setopt -B
+
 if [ -e ~/.ssh/known_hosts ]; then
     hosts=(`awk -F "[, ]" '{print $1}' ~/.ssh/known_hosts`)
 fi