diff options
| -rw-r--r-- | bashrc | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |
