fixed key name for real this time i hope
[feisty_meow.git] / scripts / customize / fred / fred_variables.sh
index 00f9637bc9d870df4a576fd4d3fd5a8af9539c9d..edb62df89532490f3d10f603810caad548dc03fe 100644 (file)
@@ -2,7 +2,10 @@
 # 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
@@ -22,7 +25,7 @@ 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_rsa_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'