From ce80088f9d53368ea6e6844672979175f60128c8 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 18 Sep 2023 09:18:11 +0100 Subject: [PATCH] Add some more git symbols for starship --- home/starship.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) 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;