add starship config to enable mercurial branches

This commit is contained in:
Morgan McMillian 2023-03-12 08:31:06 -07:00
parent af0d09f9db
commit 5c24870993
1 changed files with 5 additions and 0 deletions

5
.config/starship.toml Normal file
View File

@ -0,0 +1,5 @@
# ~/.config/starship.toml
[hg_branch]
format = 'on [🌱 $branch](bold purple)'
disabled = false