From f4fac74901980e24355e68806cde48e60dfc32c5 Mon Sep 17 00:00:00 2001 From: Nathan Kinkade Date: Thu, 19 Jun 2014 10:28:19 -0400 Subject: Moved xset command to local-only block. --- bashrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bashrc b/bashrc index fcc5dfb..b6f5f80 100644 --- a/bashrc +++ b/bashrc @@ -3,7 +3,6 @@ # for examples export TERM=xterm-color -xset b off # If not running interactively, don't do anything [ -z "$PS1" ] && return @@ -93,6 +92,9 @@ export PATH=$PATH:/sbin # Only do these things on local machine if [ $(hostname) == 'npk' ]; then + # Turn off X bell + xset b off + # setup keychain /usr/bin/keychain ~/.ssh/id_dsa /usr/bin/keychain ~/.ssh/id_rsa -- cgit v1.2.3