X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcore%2Flaunch_feisty_meow.sh;h=c229bebfb5116bf6b96879e8387ceaa09896dbce;hb=6c098e82fd059487b6097d31cdf8e199de7d792e;hp=7c31837561e318990efd92011db280ff239e69cb;hpb=cb1380834ef1db724f4e71ce80aabee0f23e9043;p=feisty_meow.git diff --git a/scripts/core/launch_feisty_meow.sh b/scripts/core/launch_feisty_meow.sh index 7c318375..c229bebf 100644 --- a/scripts/core/launch_feisty_meow.sh +++ b/scripts/core/launch_feisty_meow.sh @@ -10,7 +10,7 @@ ############## -export SHELL_DEBUG=true +#export SHELL_DEBUG=true # this variable causes the scripts that listen to it to print more information # when they run. @@ -26,7 +26,7 @@ if [ ! -z "$WINDIR" -o ! -z "$windir" ]; then fi # make sure our main variables are established. -GENERATED_FEISTY_MEOW_VARIABLES="$FEISTY_MEOW_GENERATED/feisty_meow_variables.sh" +GENERATED_FEISTY_MEOW_VARIABLES="$FEISTY_MEOW_GENERATED/fmc_variables.sh" if [ ! -f "$GENERATED_FEISTY_MEOW_VARIABLES" ]; then echo -e '\n\n' echo "The yeti scripts need to be initialized via the bootstrap process, e.g.:" @@ -75,7 +75,7 @@ if [ -z "$LIGHTWEIGHT_INIT" ]; then if [ ! -z "$SHELL_DEBUG" ]; then echo the aliases were missing, now they are added... fi - source $FEISTY_MEOW_GENERATED/aliases.sh + source "$FEISTY_MEOW_GENERATED/fmc_core_and_custom_aliases.sh" fi # allow connections to our x server from the local host.