diff options
| author | Robert Günzler <r@gnzler.io> | 2021-11-02 18:42:20 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2021-11-02 19:06:51 +0100 |
| commit | 051355bbcce0bc1143c72039895d68937006e66a (patch) | |
| tree | bec4cba55ce0bcfb4b0cb7bff083e680b07c02e4 /.config/starship.toml | |
| parent | 3ca72ef919e5c3673ad80f88af7c1ae7ee7c5775 (diff) | |
starship: show branch
Diffstat (limited to '.config/starship.toml')
| -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 = "∆" |