comparison .bashrc @ 168:282c9df47923

Long live TomeNET (and the mud)
author Steve Huston <huston@srhuston.net>
date Mon, 29 Oct 2018 10:40:45 -0400
parents 5b7d42a446c3
children a05016e4881b
comparison
equal deleted inserted replaced
167:88ed01a1094f 168:282c9df47923
29 } 29 }
30 export PAGER=less 30 export PAGER=less
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 TOMENET_PATH=$HOME/Installs/tomenet/lib/
34 export HOST=`hostname -s` 35 export HOST=`hostname -s`
35 36
36 if [ -f $HOME/.screen/$HOST ]; then 37 if [ -f $HOME/.screen/$HOST ]; then
37 export SCREENRC=$HOME/.screen/$HOST 38 export SCREENRC=$HOME/.screen/$HOST
38 fi 39 fi