typo corrections
authorChris Koeritz <fred@gruntose.com>
Mon, 11 Oct 2021 17:16:39 +0000 (13:16 -0400)
committerChris Koeritz <fred@gruntose.com>
Mon, 11 Oct 2021 17:16:39 +0000 (13:16 -0400)
documentation/feisty_meow_command_reference.txt
scripts/customize/fred/fred_variables.sh

index 796f7e650b486eab375017ce4088367ccaf93e8b..d885f0fab490cd87581ddd19882300e81ff64895 100644 (file)
@@ -179,8 +179,8 @@ the powerup command, but is not ready yet.)
   avcoreup:
   updates the avcore portion of a site avenger application.  this command can
   accept an application name within which to update, or it can auto-pick the
-  applicatin for you from the available checked out ones in ~/apps (the default
-  storage folder for all site avenger style sites).
+  application for you from the available checked out ones in ~/apps (the
+  default storage folder for all site avenger style sites).
 
   siteup:
   updates the entire checked out repository for a site avenger application.
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