System/Core/Shell: Update default PS1

This commit is contained in:
Alec Murphy
2025-09-19 13:29:29 -04:00
parent 20fd9dcd14
commit f35aff6170

View File

@@ -221,7 +221,7 @@ U0 @shell_update_prompts(@shell* sh)
StrCpy(&buf, "~");
else
StrCpy(&buf, StrLastOcc(&buf, "/") + 1);
StrPrint(&sh->PS1, "[%s@%s %s]\d ", &sh->session->user.name,
StrPrint(&sh->PS1, "\x1b[0;32m[%s@%s %s]\x1b[1;37m\d ", &sh->session->user.name,
&sh->session->hostname, &buf);
}