fix starship env_var syntax for USER prompt

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-08 08:09:01 +00:00
co-authored by Claude Opus 4.6
parent 69f6ba94c5
commit f2019a26b6
@@ -1,4 +1,4 @@
format = "$env_var_USER:$hostname $directory $character" format = "${env_var.USER}:$hostname $directory $character"
[env_var.USER] [env_var.USER]
format = "[$env_value]($style)" format = "[$env_value]($style)"