From: Chris Koeritz Date: Wed, 25 Jan 2012 06:14:55 +0000 (-0500) Subject: cleaning up my personal aliases a bit. X-Git-Tag: 2.140.90~1656^2~24 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=28886f3ebe206b3592e604324abf6af58e010639;p=feisty_meow.git cleaning up my personal aliases a bit. --- diff --git a/scripts/custom/examples/fred/c_common_aliases.txt b/scripts/custom/examples/fred/c_common_aliases.txt index 203c4c94..ec8c5fa8 100644 --- a/scripts/custom/examples/fred/c_common_aliases.txt +++ b/scripts/custom/examples/fred/c_common_aliases.txt @@ -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 + diff --git a/scripts/custom/examples/fred/c_variables.sh b/scripts/custom/examples/fred/c_variables.sh index fd3449bf..022f1cb7 100644 --- a/scripts/custom/examples/fred/c_variables.sh +++ b/scripts/custom/examples/fred/c_variables.sh @@ -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 - diff --git a/scripts/custom/examples/fred/mac_profile_additions.txt b/scripts/custom/examples/fred/mac_profile_additions.txt index c31cdf0f..cb59c2ac 100644 --- a/scripts/custom/examples/fred/mac_profile_additions.txt +++ b/scripts/custom/examples/fred/mac_profile_additions.txt @@ -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 diff --git a/scripts/custom/examples/fred/uva_profile_additions.txt b/scripts/custom/examples/fred/uva_profile_additions.txt index 67657499..ed1bde72 100644 --- a/scripts/custom/examples/fred/uva_profile_additions.txt +++ b/scripts/custom/examples/fred/uva_profile_additions.txt @@ -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