Mercurial > index.cgi > dotfiles
comparison .bashrc @ 13:dacbbae5965c
Added Ruby setup variables
Fixed misworded comments (since we check monthly now)
Added condor_check alias
author | huston@80426f53-59d1-405d-934b-f07cd76f4a1a |
---|---|
date | Fri, 28 Aug 2009 17:45:02 +0000 |
parents | 09e941fe3c02 |
children | 94cfcec3b5b6 |
comparison
equal
deleted
inserted
replaced
12:08bf77c6174f | 13:dacbbae5965c |
---|---|
19 # Environment variables | 19 # Environment variables |
20 # | 20 # |
21 export PS1='\h:\w\$ ' | 21 export PS1='\h:\w\$ ' |
22 export PAGER=less | 22 export PAGER=less |
23 export EDITOR=vim | 23 export EDITOR=vim |
24 export RUBYLIB=$HOME/Installs/rubygems/lib | |
25 export GEM_HOME=$HOME/Installs/rubygems/gems | |
24 | 26 |
25 # | 27 # |
26 # Paths | 28 # Paths |
27 # | 29 # |
28 # Standard-ish paths; some of these may be in place already, but if | 30 # Standard-ish paths; some of these may be in place already, but if |