From: Chris Koeritz Date: Sat, 28 Jan 2012 19:57:04 +0000 (-0500) Subject: fixed a couple aliases missing the keyword, which is an understandable X-Git-Tag: 2.140.90~1656^2~12 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=557963342697ab57c0af379a39a5e87ade7ab3cc;hp=b700462db637db207ecb338743f49282a7d01a92;p=feisty_meow.git fixed a couple aliases missing the keyword, which is an understandable problem after switching the structure all around. cleaned up some minor things in others. --- diff --git a/scripts/examples/custom_overrides/fred/c_common_aliases.txt b/scripts/examples/custom_overrides/fred/c_common_aliases.txt index 83c32e35..94fbaf1a 100644 --- a/scripts/examples/custom_overrides/fred/c_common_aliases.txt +++ b/scripts/examples/custom_overrides/fred/c_common_aliases.txt @@ -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 )' diff --git a/scripts/examples/custom_overrides/fred/c_variables.sh b/scripts/examples/custom_overrides/fred/c_variables.sh index 022f1cb7..2b196b89 100644 --- a/scripts/examples/custom_overrides/fred/c_variables.sh +++ b/scripts/examples/custom_overrides/fred/c_variables.sh @@ -1,4 +1,3 @@ -#!/bin/bash # these are my personal overrides. --fred. diff --git a/scripts/examples/custom_overrides/fred/java_profile.sh b/scripts/examples/custom_overrides/fred/java_profile.sh index 7186b446..9ef44804 100644 --- a/scripts/examples/custom_overrides/fred/java_profile.sh +++ b/scripts/examples/custom_overrides/fred/java_profile.sh @@ -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 +############################ +