version 1.40.130 release
[feisty_meow.git] / scripts / customize / fred / fred_variables.sh
index 00f9637bc9d870df4a576fd4d3fd5a8af9539c9d..660bfa647a1c78ace27bb1c7e3a7b94937246e9b 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