comparison .bashrc @ 148:5b7d42a446c3

A few changes to layouts and such due to moving xanadu
author Steve Huston <huston@astro.princeton.edu>
date Thu, 02 Mar 2017 14:24:12 -0500
parents 472a38df3aed
children 282c9df47923
comparison
equal deleted inserted replaced
147:2dead2b7e6e3 148:5b7d42a446c3
31 export EDITOR=vim 31 export EDITOR=vim
32 export RUBYLIB=$HOME/Installs/rubygems/lib 32 export RUBYLIB=$HOME/Installs/rubygems/lib
33 export GEM_HOME=$HOME/Installs/rubygems/gems 33 export GEM_HOME=$HOME/Installs/rubygems/gems
34 export HOST=`hostname -s` 34 export HOST=`hostname -s`
35 35
36 if [ -f $HOME/.screenrcs/$HOST ]; then 36 if [ -f $HOME/.screen/$HOST ]; then
37 export SCREENRC=$HOME/.screenrcs/$HOST 37 export SCREENRC=$HOME/.screen/$HOST
38 fi 38 fi
39 39
40 # If this is an xterm set the title to user@host:dir 40 # If this is an xterm set the title to user@host:dir
41 case $TERM in 41 case $TERM in
42 xterm*|rxvt*) 42 xterm*|rxvt*)