From: Chris Koeritz Date: Mon, 11 Oct 2021 17:16:39 +0000 (-0400) Subject: typo corrections X-Git-Tag: 2.140.131^2~45 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=33ae46638f71b8664ad599a6e895fcebc0c1bd69 typo corrections --- diff --git a/documentation/feisty_meow_command_reference.txt b/documentation/feisty_meow_command_reference.txt index 796f7e65..d885f0fa 100644 --- a/documentation/feisty_meow_command_reference.txt +++ b/documentation/feisty_meow_command_reference.txt @@ -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. diff --git a/scripts/customize/fred/fred_variables.sh b/scripts/customize/fred/fred_variables.sh index 00f9637b..660bfa64 100644 --- a/scripts/customize/fred/fred_variables.sh +++ b/scripts/customize/fred/fred_variables.sh @@ -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