diff .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
line wrap: on
line diff
--- a/.bash_profile	Fri Jul 17 16:34:42 2009 +0000
+++ b/.bash_profile	Fri Aug 28 17:45:02 2009 +0000
@@ -28,8 +28,8 @@
 # This part is quite useful if you have your dotfiles stored in subversion
 # (though it could be edited fairly easily for any other version control
 # system I'm sure).  We check the timestamp of the file '$HOME/.dotfilets'.
-# If it's older than a week, run a 'svn st -u' and touch it; this way we check
-# once per week to see if we forgot to pull down an updated version.
+# If it's older than a month, run a 'svn st -u' and touch it; this way we
+# check once per month to see if we forgot to pull down an updated version.
 
 # First set $STAT and $DATE since the syntax of the commands is different
 # between Linux and Mac OS X.  If this is run elsewhere, the eval will be