diff options
| -rw-r--r-- | .config/starship.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/starship.toml b/.config/starship.toml index efc3dc8..9ea4175 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -26,7 +26,7 @@ success_symbol = "❯" [directory] truncation_length = 0 truncate_to_repo = false -style = "bright-green" +style = "bright-yellow" [username] format = "[$user@]($style)" @@ -38,7 +38,7 @@ style = "dimmed" [git_branch] format = "[$symbol$branch]($style) " -disabled = true +disabled = false [jobs] symbol = "∆" |