add starship config to enable mercurial branches
This commit is contained in:
parent
af0d09f9db
commit
5c24870993
1 changed files with 5 additions and 0 deletions
5
.config/starship.toml
Normal file
5
.config/starship.toml
Normal file
|
@ -0,0 +1,5 @@
|
|||
# ~/.config/starship.toml
|
||||
|
||||
[hg_branch]
|
||||
format = 'on [🌱 $branch](bold purple)'
|
||||
disabled = false
|
Loading…
Reference in a new issue