cleaning up my personal aliases a bit.
authorChris Koeritz <fred@gruntose.com>
Wed, 25 Jan 2012 06:14:55 +0000 (01:14 -0500)
committerChris Koeritz <fred@gruntose.com>
Wed, 25 Jan 2012 06:14:55 +0000 (01:14 -0500)
scripts/custom/examples/fred/c_common_aliases.txt
scripts/custom/examples/fred/c_variables.sh
scripts/custom/examples/fred/mac_profile_additions.txt
scripts/custom/examples/fred/uva_profile_additions.txt

index 203c4c94721ab8c672587575a9ac03a3e9a14b77..ec8c5fa88738014bb162a743ff21ffd4ace9c7cd 100644 (file)
@@ -3,6 +3,6 @@ moo='check_mount /z/stuffing ; check_mount /z/walrus ; check_mount /z/chunky '
 unmoo='umount /z/stuffing ; umount /z/walrus ; umount /z/chunky '
 
 refred='(chowngrp -R fred /home/fred /usr/local/games /home/archives /fatty /clutterato /var/spool/mail/fred ; normal_perm /var/log )'
-#no longer works: ; chowngrp -R fred /z/repo 
+
 
 
index fd3449bf29698f3ddeaa056d04972c971b2aee99..022f1cb71d59308096f785d4e5fcd201c9e2c87d 100644 (file)
@@ -1,8 +1,8 @@
 #!/bin/bash
 
-# this set of files is our personal overrides.
+# these are my personal overrides.  --fred.
 
-# The quartz directory has personalized items.
+# The quartz directory has *really* personalized items.
 export QUARTZDIR=$HOME/quartz
 
 # The gruntose web site is expected to reside below, if it exists at all.
@@ -30,12 +30,15 @@ export BROWSER=/usr/bin/firefox
 
 # editor and other mixed settings...
 export VISUAL=$(which vim)
-#export JAVA_HOME=/usr/java/jdk1.6.0_11
-#export ANT_HOME=/usr/local/eclipse/plugins/org.apache.ant_1.7.0.v200803061910/
+
+#hmmm: move these to the uva profile,
+#      rename uva profile to java profile,
+#      get them doing the right thing per OS.
+#  export JAVA_HOME="c:/Program Files/java/jdk1.6.0_11"
+
 # special settings for win32 and svn.
 if [ "$OS" == "Windows_NT" ]; then
   export EDITOR=$(which gvim)
-  export JAVA_HOME="c:/Program Files/java/jdk1.6.0_11"
 fi
 
 # this hideous mess is necessitated by our not having found the source of the
@@ -45,8 +48,3 @@ export LS_COLORS='no=00:fi=00:di=01;37:ln=00;36:pi=40;33:so=01;35:do=01;35:bd=40
 # we set this to avoid paying for slow app signing on win32.
 export NO_SIGNING=true
 
-# language settings for our common need.
-#export LANGUAGE=en_US
-#export LC_ALL=en_US
-#export LANG=en_US
-
index c31cdf0fcedeb0545ef662128499c8e0036fe9e4..cb59c2ac13db677e20d5d21ba3e823c5f86b8cd8 100644 (file)
@@ -1,6 +1,6 @@
 
 
-# added this after the bashrc setup stuff for yeti...
+# added this after the bashrc setup stuff for feisty_meow scripts...
 
 # extras for uva
 export JAVA_HOME=/Library/Java/Home
index 6765749937f998e1e86224e1abb9b8fad523d1ac..ed1bde72493622ecfce02d2e543965bd76e3798c 100644 (file)
@@ -1,6 +1,5 @@
 
-
-# added this after the bashrc setup stuff for yeti...
+# added this after the bashrc setup stuff for feisty_meow...
 
 # extras for uva
 export JAVA_HOME=/usr/lib/jvm/java-6-sun/jre