Mercurial > index.cgi > dotfiles
comparison .bashrc @ 151:e255f524fcc9
Merging into default
author | Steve Huston <huston@astro.princeton.edu> |
---|---|
date | Thu, 09 Mar 2017 20:16:33 -0500 |
parents | 5b7d42a446c3 |
children | 282c9df47923 |
comparison
equal
deleted
inserted
replaced
150:4415fc6f262f | 151:e255f524fcc9 |
---|---|
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*) |