]> git.donarmstrong.com Git - biopieces.git/blobdiff - bp_conf/bashrc
removed debug message
[biopieces.git] / bp_conf / bashrc
index 17d9c1a293059ef6c40beb81ec31a2ec031bb58d..ac5ace41d921a049878be187f38a775f27d383da 100644 (file)
@@ -1,5 +1,7 @@
 ### >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
 
+### DO NOT MAKE ANY CHANGES
+
 ### Stuff that enables Biopieces.
 
 ### BP_DIR, BP_DATA, BP_TMP, and BP_LOG should all be set in ~/.bashrc
@@ -30,7 +32,12 @@ export PERL5LIB="$PERL5LIB:$BP_PERL"
 
 ### Here we add the Biopieces Ruby libraries to RUBYLIB.
 
-export RUBYLIB="$RUBYLIB:$BP_RUBY/Maasha/lib"
+export RUBYLIB="$RUBYLIB:$BP_RUBY/lib"
+
+### Some useful aliases.
+
+alias bp_update="svn update $BP_DIR && svn update $BP_DIR/bp_usage"
+alias bp_test="$BP_DIR/bp_test/test_all"
 
 ### >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<