Mercurial > index.cgi > dotfiles
comparison .bashrc @ 101:d4af31b0867b
Branch merge
author | Steve Huston <huston@srhuston.net> |
---|---|
date | Wed, 18 Dec 2013 16:59:17 -0500 |
parents | 966c1e0b0a97 |
children | ef534933ab04 |
comparison
equal
deleted
inserted
replaced
100:d635f7e31032 | 101:d4af31b0867b |
---|---|
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 HOST=`hostname -s` | 34 export HOST=`hostname -s` |
35 | |
36 if [ -f $HOME/.screenrcs/$HOST ]; then | |
37 export SCREENRC=$HOME/.screenrcs/$HOST | |
38 fi | |
35 | 39 |
36 # 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 |
37 case $TERM in | 41 case $TERM in |
38 xterm*|rxvt*) | 42 xterm*|rxvt*) |
39 PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME}: ${PWD/$HOME/~}\007"' | 43 PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME}: ${PWD/$HOME/~}\007"' |