cleaning up the cleaning code.
[feisty_meow.git] / scripts / core / common.alias
index 0868f232e32cd524d69be6292a180266f80fe8b6..1cf5be3a4ef8edbd0a66344ad3f803a9d399a33f 100644 (file)
@@ -99,9 +99,9 @@ define_yeti_alias why='echo We all wonder what the point of the universe is at t
 ##############
 
 # call the generated aliases file, if it exists.
-if [ -f "$FEISTY_MEOW_GENERATED/fmc_aliases_for_scripts.sh" ]; then 
+if [ -f "$FEISTY_MEOW_LOADING_DOCK/fmc_aliases_for_scripts.sh" ]; then 
   if [ ! -z "$SHELL_DEBUG" ]; then echo loading script aliases...; fi
-  source "$FEISTY_MEOW_GENERATED/fmc_aliases_for_scripts.sh"
+  source "$FEISTY_MEOW_LOADING_DOCK/fmc_aliases_for_scripts.sh"
   if [ ! -z "$SHELL_DEBUG" ]; then echo done loading script aliases.; fi
 fi
 
@@ -114,8 +114,8 @@ unalias fredme &>/dev/null
 
 ##############
 
-# set the sentinel variable that says this file was handled.
-export CORE_ALIASES_LOADED=true
+# set the sentinel alias that says this file was handled.
+alias CORE_ALIASES_LOADED=true
 
 ##############