Update .config/starship.toml

This commit is contained in:
2024-02-13 22:24:21 +01:00
parent 95a2e08576
commit 817f099699

View File

@@ -54,3 +54,7 @@ style = "bright-black"
[rust] [rust]
symbol = "rs " symbol = "rs "
format = "[$symbol]($style)" format = "[$symbol]($style)"
[go]
symbol = "go "
format = "[$symbol]($style)"