# HG changeset patch # User huston@80426f53-59d1-405d-934b-f07cd76f4a1a # Date 1251481502 0 # Node ID dacbbae5965ce165a01725c636af874559f5ea79 # Parent 08bf77c6174f44a3c72e1e481cb261fe705ef112 Added Ruby setup variables Fixed misworded comments (since we check monthly now) Added condor_check alias diff -r 08bf77c6174f -r dacbbae5965c .bash_aliases --- a/.bash_aliases Fri Jul 17 16:34:42 2009 +0000 +++ b/.bash_aliases Fri Aug 28 17:45:02 2009 +0000 @@ -39,3 +39,6 @@ alias sj="sshfs -oreconnect${DARWIN:+,volname=Joshua} joshua.srhuston.net: ~/joshua" alias sdh="sshfs -oreconnect${DARWIN:+,volname=srhuston.net} srhuston.net: ~/srhuston.net" alias sx="sshfs -oreconnect${DARWIN:+,volname=Xanadu} xanadu.astro.princeton.edu: ~/xanadu" + +# Other +alias condor_check="ls -lat /u/condor/hosts/*/log/MasterLog /scr/chimera0/condor/hosts/*/log/MasterLog" diff -r 08bf77c6174f -r dacbbae5965c .bash_profile --- 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 diff -r 08bf77c6174f -r dacbbae5965c .bashrc --- a/.bashrc Fri Jul 17 16:34:42 2009 +0000 +++ b/.bashrc Fri Aug 28 17:45:02 2009 +0000 @@ -21,6 +21,8 @@ export PS1='\h:\w\$ ' export PAGER=less export EDITOR=vim +export RUBYLIB=$HOME/Installs/rubygems/lib +export GEM_HOME=$HOME/Installs/rubygems/gems # # Paths