From d89f97a933eae20c562da20f01f08770d1db5d02 Mon Sep 17 00:00:00 2001 From: tfheen Date: Fri, 19 Aug 2005 11:10:51 +0000 Subject: [PATCH] unbeep git-svn-id: file:///svn/tfheen/trunk/dotfiles@806 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zshrc b/zshrc index b888981..fc2523d 100644 --- 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 -- 2.39.5