comparison .bash_profile @ 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 0f5a560c00d4
children fe83d9892ee3
comparison
equal deleted inserted replaced
12:08bf77c6174f 13:dacbbae5965c
26 #fi 26 #fi
27 27
28 # This part is quite useful if you have your dotfiles stored in subversion 28 # This part is quite useful if you have your dotfiles stored in subversion
29 # (though it could be edited fairly easily for any other version control 29 # (though it could be edited fairly easily for any other version control
30 # system I'm sure). We check the timestamp of the file '$HOME/.dotfilets'. 30 # system I'm sure). We check the timestamp of the file '$HOME/.dotfilets'.
31 # If it's older than a week, run a 'svn st -u' and touch it; this way we check 31 # If it's older than a month, run a 'svn st -u' and touch it; this way we
32 # once per week to see if we forgot to pull down an updated version. 32 # check once per month to see if we forgot to pull down an updated version.
33 33
34 # First set $STAT and $DATE since the syntax of the commands is different 34 # First set $STAT and $DATE since the syntax of the commands is different
35 # between Linux and Mac OS X. If this is run elsewhere, the eval will be 35 # between Linux and Mac OS X. If this is run elsewhere, the eval will be
36 # false and the test not done below, so it's safe to not bother checking for 36 # false and the test not done below, so it's safe to not bother checking for
37 # zero-length variables on the test - it just won't run the svn status, so you 37 # zero-length variables on the test - it just won't run the svn status, so you