X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcustomize%2Ffred%2Ffred_variables.sh;h=8ae11a0a3e15ddc0b777b86e2a1f6c6fc9df677b;hb=80c4ac0a25c8f5892224f27e48a44cd81ff473f9;hp=00f9637bc9d870df4a576fd4d3fd5a8af9539c9d;hpb=73f60593092cf54a494cbccfae75afd693bada9d;p=feisty_meow.git diff --git a/scripts/customize/fred/fred_variables.sh b/scripts/customize/fred/fred_variables.sh index 00f9637b..8ae11a0a 100644 --- a/scripts/customize/fred/fred_variables.sh +++ b/scripts/customize/fred/fred_variables.sh @@ -2,10 +2,13 @@ # these are my personal overrides. --fred. if [ -z "$USER_CUSTOMIZATIONS_LOADED" ]; then - # if we don't see the nethack variable defined, this probably hasn't run yet. + # if we don't see the customizations variable defined, this probably hasn't run yet. + + # stuff our special bins in front of the other bin paths. + export PATH=/usr/local/fred/bin:$PATH # The nuage directory is a cloud-like repository of our personal data, managed as a git repo. - export CLOUD_BASE=$HOME/nuage + export CLOUD_BASE=$FEISTY_MEOW_PERSONAL_HOME/nuage # The gruntose web site is expected to reside below, if it exists at all. export WEBBED_SITES=$HOME/web @@ -14,7 +17,7 @@ if [ -z "$USER_CUSTOMIZATIONS_LOADED" ]; then fi # add a bunch of personal folders to the list for checkin & checkout. - REPOSITORY_LIST=" nuage ebooks web ${REPOSITORY_LIST} " + REPOSITORY_LIST=" $CLOUD_BASE $FEISTY_MEOW_PERSONAL_HOME/ebooks $FEISTY_MEOW_PERSONAL_HOME/web ${REPOSITORY_LIST} " # adds our locally relevant archive folders into the list to be synched. MAJOR_ARCHIVE_SOURCES+="/z/archons /z/basement /z/imaginations /z/musix /z/toaster /z/walrus $HOME/brobdingnag" @@ -22,11 +25,11 @@ if [ -z "$USER_CUSTOMIZATIONS_LOADED" ]; then SOURCECODE_HIERARCHY_LIST="codebarn extra_brain interbrane" # point to our local certificate for ssh usage. - export SVN_SSH="ssh -i $HOME/.ssh/id_dsa_sourceforge" + export SVN_SSH="ssh -i $HOME/.ssh/others/id_dsa_sourceforge" # Error and success noises for CLAM. - export CLAM_ERROR_SOUND='/z/walrus/media/sounds/effects/bwaaang.wav /z/walrus/media/sounds/cartoons/doh4.wav' - export CLAM_FINISH_SOUND='/z/walrus/media/sounds/cartoons/meepmeep.wav' + export CLAM_ERROR_SOUND='/z/walrus/media/sounds/effects/bwaaang.mp3 /z/walrus/media/sounds/cartoons/doh4.mp3' + export CLAM_FINISH_SOUND='/z/walrus/media/sounds/cartoons/meepmeep.mp3' # Setup for nethack adventure. export NETHACKOPTIONS="name:Manjusri-W,dogname:Fred,catname:Zonker"