X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcore%2Fcommon.alias;h=cf8f49b388a7828d237277b75b11a78b7b0266d5;hb=140849126a852d59c52670fd1e254f198829be29;hp=0868f232e32cd524d69be6292a180266f80fe8b6;hpb=b33ab63436278c7de3c1dd6e0371d9e28788cfb8;p=feisty_meow.git diff --git a/scripts/core/common.alias b/scripts/core/common.alias index 0868f232..cf8f49b3 100644 --- a/scripts/core/common.alias +++ b/scripts/core/common.alias @@ -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