Skip to content

Commit

Permalink
Fix weird symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
RustyTake-Off committed Nov 11, 2024
1 parent 9f982ea commit 459b812
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion winfiles/.config/starship.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ format = '[$all_status$ahead_behind]($style)\]'
style = 'green bold'
ahead = '⇡${count}'
behind = '⇣${count}'
conflicted = '${count}'
conflicted = '!${count}'
deleted = 'X${count}'
diverged = '⇕⇡${ahead_count}⇣${behind_count}'
modified = 'M${count}'
Expand Down
2 changes: 1 addition & 1 deletion wslfiles/.config/starship.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ format = '[$all_status$ahead_behind]($style)\]'
style = 'green bold'
ahead = '⇡${count}'
behind = '⇣${count}'
conflicted = '${count}'
conflicted = '!${count}'
deleted = 'X${count}'
diverged = '⇕⇡${ahead_count}⇣${behind_count}'
modified = 'M${count}'
Expand Down

0 comments on commit 459b812

Please sign in to comment.