File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ MSG_SUCCESS=$(cat <<EOF
3030✅ Setup complete!
3131
3232To get started with AgentStack, run:
33- exec \ $ SHELL
34- agentstack init
33+ 🛠️ exec $SHELL
34+ 🤖 agentstack init
3535
3636For more information, run:
3737 agentstack docs -or- agentstack quickstart
@@ -421,7 +421,7 @@ update_path() {
421421 for config_file in " ${config_files[@]} " ; do
422422 if [ -f " $config_file " ]; then
423423 if ! grep -E " ^[^#]*export[[:space:]]+PATH=.*(:$new_path |$new_path :|$new_path \$ )" " $config_file " > /dev/null 2>&1 ; then
424- echo " export PATH=\" $new_path :\$ PATH\" " >> " $config_file "
424+ echo -e " \nexport PATH=\" $new_path :\$ PATH\" " >> " $config_file "
425425 say_verbose " Added PATH $new_path to $config_file "
426426 else
427427 say_verbose " PATH $new_path already in $config_file "
You can’t perform that action at this time.
0 commit comments