From 46139b008476186572749b7bbf1b4622c25d2eaf Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 20 Apr 2024 22:27:47 -0400 Subject: also suppress branch name for detached head --- starship/.config/starship.toml.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'starship/.config/starship.toml.PL') diff --git a/starship/.config/starship.toml.PL b/starship/.config/starship.toml.PL index 769a392..8a5dc5b 100644 --- a/starship/.config/starship.toml.PL +++ b/starship/.config/starship.toml.PL @@ -51,7 +51,7 @@ am_or_rebase = 'r' [git_branch] format = '[$branch(:$remote_branch)]($style)' style = 'git' -ignore_branches = ['main', 'master'] +ignore_branches = ['main', 'master', 'HEAD'] [git_commit] format = '[$hash$tag]($style)' -- cgit v1.2.3-54-g00ecf