X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcore%2Fcommon.alias;h=bb3f4a5a6ab4faed5c6d8bf1cb9b0c707555c00e;hb=c0d21bd635288fcbe684b60ca77e17c60eab49ef;hp=1a70699ef50cd91ee071063ee3c0cf2f070f9422;hpb=6dbda3b736af40c4b5b1031e405f74480eb1b42b;p=feisty_meow.git diff --git a/scripts/core/common.alias b/scripts/core/common.alias index 1a70699e..bb3f4a5a 100644 --- a/scripts/core/common.alias +++ b/scripts/core/common.alias @@ -104,9 +104,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_LOADING_DOCK/fmc_aliases_for_scripts.sh" ]; then - if [ ! -z "$SHELL_DEBUG" ]; then echo loading script aliases...; fi + if [ ! -z "$DEBUG_FEISTY_MEOW" ]; then echo loading script aliases...; fi source "$FEISTY_MEOW_LOADING_DOCK/fmc_aliases_for_scripts.sh" - if [ ! -z "$SHELL_DEBUG" ]; then echo done loading script aliases.; fi + if [ ! -z "$DEBUG_FEISTY_MEOW" ]; then echo done loading script aliases.; fi fi ##############