SIGN IN SIGN UP

fix: remove hardcoded Unix $ prompt prefix from terminal UI (#11429)

The terminal command display hardcoded a `$ ` before every command.
This is a Unix shell convention with no meaning on Windows (PowerShell,
cmd) and doesn't reflect the user's actual shell. Since the command is
already visually distinct inside a labeled Terminal block, the prefix
adds no information and is misleading cross-platform.

Closes #11428

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
S
shanevcantwell committed
a952ea1450250352521b0e31b144c3698a24a822
Parent: af4383f
Committed by GitHub <noreply@github.com> on 3/19/2026, 10:39:05 PM