summaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
authorNathan Kinkade <nath@nkinka.de>2014-06-19 10:28:19 -0400
committerNathan Kinkade <nath@nkinka.de>2014-06-19 10:28:19 -0400
commitf4fac74901980e24355e68806cde48e60dfc32c5 (patch)
treea9d312e780511aae13a272551bae3ad568d4237a /bashrc
parentfff5bbbbe623a551b834e91f6f5145aa96e01f90 (diff)
Moved xset command to local-only block.
Diffstat (limited to 'bashrc')
-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