X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcore%2Fconnect_feisty_meow.sh;h=6a226b8dfe3e8c15b4c670e084a2f89154922c58;hb=ef82bbcde79317415c29f3e08fc61b2b2c545a0e;hp=30d89887a4125be174cd618ecb2f885e9830bb00;hpb=f8348e7201809d534dd773e37091d8b9b20d455f;p=feisty_meow.git diff --git a/scripts/core/connect_feisty_meow.sh b/scripts/core/connect_feisty_meow.sh index 30d89887..6a226b8d 100644 --- a/scripts/core/connect_feisty_meow.sh +++ b/scripts/core/connect_feisty_meow.sh @@ -25,7 +25,7 @@ else sed -e \ "s?FEISTY_MEOW_APEX=\".*\"?FEISTY_MEOW_APEX=\"$FEISTY_MEOW_APEX\"?" \ >> "$HOME/.bashrc" - echo "Feisty Meow is now configured in '~/.bashrc'." + echo "Feisty Meow is now configured in '~/.bashrc' for standard users." else # stuff the root user init file into .bashrc. this one doesn't automatically load # feisty meow. instead, it provides a fredme macro to load the feisty meow scripts. @@ -35,7 +35,7 @@ else sed -e \ "s?FEISTY_MEOW_APEX=\".*\"?FEISTY_MEOW_APEX=\"$FEISTY_MEOW_APEX\"?" \ >> "$HOME/.bashrc" - echo "Feisty Meow is now configured in '~/.bashrc'." + echo "Feisty Meow is now configured in '~/.bashrc' for the root user." fi fi