fixed a couple aliases missing the keyword, which is an understandable
authorChris Koeritz <fred@gruntose.com>
Sat, 28 Jan 2012 19:57:04 +0000 (14:57 -0500)
committerChris Koeritz <fred@gruntose.com>
Sat, 28 Jan 2012 19:57:04 +0000 (14:57 -0500)
problem after switching the structure all around.
cleaned up some minor things in others.

scripts/examples/custom_overrides/fred/c_common_aliases.txt
scripts/examples/custom_overrides/fred/c_variables.sh
scripts/examples/custom_overrides/fred/java_profile.sh

index 83c32e354ad1ee7e8c1fbe4b952bc873ea825bb1..94fbaf1acf4b54a0fe600c5612135d102cb14229 100644 (file)
@@ -1,8 +1,10 @@
 
-moo='check_mount /z/stuffing ; check_mount /z/walrus ; check_mount /z/chunky '
-unmoo='umount /z/stuffing ; umount /z/walrus ; umount /z/chunky '
+# some aliases that i don't expect very many people to ever want.  they are
+# based on some of the mount configurations available at home or abroad.
 
-refred='(chown -R fred:fred /home/fred /usr/local/games /home/archives /fatty /clutterato /var/spool/mail/fred ; normal_perm /var/log )'
+alias moo='check_mount /z/stuffing ; check_mount /z/walrus ; check_mount /z/chunky '
+alias unmoo='umount /z/stuffing ; umount /z/walrus ; umount /z/chunky '
 
+alias refred='(chown -R fred:fred /home/fred /usr/local/games /home/archives /fatty /clutterato /var/spool/mail/fred ; normal_perm /var/log )'
 
 
index 022f1cb71d59308096f785d4e5fcd201c9e2c87d..2b196b89c4eb79cad4abf9d1056da2b4ecb2a5cd 100644 (file)
@@ -1,4 +1,3 @@
-#!/bin/bash
 
 # these are my personal overrides.  --fred.
 
index 7186b4467fbd484d4067d2d44aada0beab1bd1a3..9ef448047ab7527090427db47af936537ff3880a 100644 (file)
@@ -1,4 +1,7 @@
 #!/bin/bash
+
+# Author: Chris Koeritz
+
 # this script tries to intuit where java is installed on this machine.
 
 ############################
@@ -97,4 +100,6 @@ if [ ! -z "$ECLIPSE_DIR" ]; then
   export PATH=$ECLIPSE_DIR:$PATH
 fi
 
+############################
+