about summary refs log tree commit diff stats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hm/soispha/conf/starship/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/hm/soispha/conf/starship/default.nix b/hm/soispha/conf/starship/default.nix
index d7a5ceee..30c63127 100644
--- a/hm/soispha/conf/starship/default.nix
+++ b/hm/soispha/conf/starship/default.nix
@@ -47,6 +47,9 @@
       username = {
         format = "as [$user]($style) ";
       };
+      git_branch = {
+        format = "[($symbol$branch(:$remote_branch) )]($style)";
+      };
       git_status = {
         disabled = true;
         format = "([\\[$ahead_behind\\]]($style) )";