Skip to content

Commit

Permalink
Adjust the rromao starship prompt: Add git metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
yorevs committed Nov 1, 2024
1 parent 2c3eddb commit f5f88fc
Showing 1 changed file with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ $time\
$directory\
[](bold fg:#2AA198 bg:#859901)\
$git_branch\
$git_status\
$git_metrics\
$git_status\
[](bold fg:#859901)\
$line_break\
$character\
Expand Down Expand Up @@ -70,9 +70,15 @@ symbol = "療"
style = "bold fg:#C4D3D4 bg:#859901"

[git_status]
format = '[$all_status]($style)'
format = '[ $all_status]($style)'
style = "bold fg:#C4D3D4 bg:#859901"

[git_metrics]
format = "([+$added]($added_style)[ -$deleted]($deleted_style))[]($added_style)"
added_style = "fg:#C4D3D4 bg:#859901"
deleted_style = "fg:#C4D3D4 bg:#859901"
disabled = false

[hg_branch]
format = "[ $symbol$branch ]($style)"
symbol = ""
Expand Down

0 comments on commit f5f88fc

Please sign in to comment.