mirror of
https://github.com/starship/starship.git
synced 2026-06-23 02:05:51 +07:00
feat(fossil_branch): add fossil_branch module (#4806)
Co-authored-by: David Knaack <davidkna@users.noreply.github.com>
This commit is contained in:
@@ -49,6 +49,9 @@ format = '\[[$symbol($version)]($style)\]'
|
||||
[fennel]
|
||||
format = '\[[$symbol($version)]($style)\]'
|
||||
|
||||
[fossil_branch]
|
||||
format = '\[[$symbol$branch]($style)\]'
|
||||
|
||||
[gcloud]
|
||||
format = '\[[$symbol$account(@$domain)(\($region\))]($style)\]'
|
||||
|
||||
|
||||
@@ -25,6 +25,9 @@ symbol = " "
|
||||
[elm]
|
||||
symbol = " "
|
||||
|
||||
[fossil_branch]
|
||||
symbol = " "
|
||||
|
||||
[git_branch]
|
||||
symbol = " "
|
||||
|
||||
|
||||
@@ -61,6 +61,9 @@ symbol = "elm "
|
||||
[fennel]
|
||||
symbol = "fnl "
|
||||
|
||||
[fossil_branch]
|
||||
symbol = "fossil "
|
||||
|
||||
[git_branch]
|
||||
symbol = "git "
|
||||
|
||||
|
||||
Reference in New Issue
Block a user