diff .bashrc @ 101:d4af31b0867b

Branch merge
author Steve Huston <huston@srhuston.net>
date Wed, 18 Dec 2013 16:59:17 -0500
parents 966c1e0b0a97
children ef534933ab04
line wrap: on
line diff
--- a/.bashrc	Wed Dec 18 16:58:20 2013 -0500
+++ b/.bashrc	Wed Dec 18 16:59:17 2013 -0500
@@ -33,6 +33,10 @@
 export GEM_HOME=$HOME/Installs/rubygems/gems
 export HOST=`hostname -s`
 
+if [ -f $HOME/.screenrcs/$HOST ]; then
+  export SCREENRC=$HOME/.screenrcs/$HOST
+fi
+
 # If this is an xterm set the title to user@host:dir
 case $TERM in
   xterm*|rxvt*)