changeset 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 08bf77c6174f
children 94cfcec3b5b6
files .bash_aliases .bash_profile .bashrc
diffstat 3 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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"
--- 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
--- 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