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.
# 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