From 051355bbcce0bc1143c72039895d68937006e66a Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Tue, 2 Nov 2021 18:42:20 +0100 Subject: starship: show branch --- .config/starship.toml | 4 ++-- 1 file 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 = "∆" -- cgit 1.4.1