diff options
| author | José Juan Loeza Sierra <jj@xz6ze.com> | 2025-06-14 22:47:26 -0700 |
|---|---|---|
| committer | José Juan Loeza Sierra <jj@xz6ze.com> | 2025-06-14 22:47:26 -0700 |
| commit | 9db6aed371a106aed810c48f91225d736212940c (patch) | |
| tree | 763d9342122ac938f01556ba51c6eeeb84a31d7d /dot-config/starship.toml | |
| parent | 10a75f88d10033db154ddd082efcbd13257e83b3 (diff) | |
change some colors and ssh symbol
Diffstat (limited to 'dot-config/starship.toml')
| -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)" |
