summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bashrc4
1 files changed, 3 insertions, 1 deletions
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