diff options
| -rw-r--r-- | dot-config/starship.toml | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/dot-config/starship.toml b/dot-config/starship.toml index 1144479..1760ef0 100644 --- a/dot-config/starship.toml +++ b/dot-config/starship.toml @@ -14,14 +14,15 @@ $character """ [username] -format = "[$user@]($style)" +format = "[$user]($style)" show_always = true -style_user = "bold purple" +style_user = "fg:white" [hostname] -format = "[$ssh_symbol$hostname]($style) " +format = "[@$ssh_symbol$hostname ]($style)" ssh_only = false -style = "italic purple" +ssh_symbol = "" +style = "fg:white" [git_branch] format = "[$symbol$branch(:$remote_branch)]($style) " @@ -40,6 +41,6 @@ format = "[($all_status$ahead_behind)]($style)" style = "bold red" [character] -error_symbol = "[\\$ ](bold red)" +error_symbol = "[\\$ ](red)" format = "$symbol" -success_symbol = "[\\$ ](bold yellow)" +success_symbol = "[\\$ ](white)" |
