diff --git a/fish/.config/starship.toml b/fish/.config/starship.toml index 9178d12..4628d99 100644 --- a/fish/.config/starship.toml +++ b/fish/.config/starship.toml @@ -40,5 +40,16 @@ modified_count.style = "green" staged_count.enabled = true show_sync_count = true +[package] +style="bright-green" + +[golang] +symbol="Go " +style="bold yellow" + +[rust] +symbol="Rust " +style="bold red" + [line_break] disabled = true