diff --git a/home/starship.nix b/home/starship.nix index 31029ced..0a4bf95e 100644 --- a/home/starship.nix +++ b/home/starship.nix @@ -20,6 +20,16 @@ style = "bold lavender"; }; line_break.disabled = false; + git_branch = { + symbol = "󰘬"; + only_attached = true; + ignore_branches = [ "master" "main" ]; + }; + git_commit = { + format = "[󰜘 $hash$tag]($style) "; + tag_symbol = "󰓹"; + tag_disabled = false; + }; git_metrics.disabled = false; hostname = { ssh_only = true;