summaryrefslogtreecommitdiffstats
path: root/starship
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2024-04-20 22:27:47 -0400
committerJesse Luehrs <doy@tozt.net>2024-04-20 22:27:47 -0400
commit46139b008476186572749b7bbf1b4622c25d2eaf (patch)
treea608b16eb71b15d7cef2d022fb815adb89aa07fa /starship
parent9e850bd3591dc9eeaccda4e08f52809b09bfb134 (diff)
downloadconf-main.tar.gz
conf-main.zip
also suppress branch name for detached headHEADmain
Diffstat (limited to 'starship')
-rw-r--r--starship/.config/starship.toml.PL2
1 files changed, 1 insertions, 1 deletions
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)'