Skip to content

Commit

Permalink
fix(starship): normalise symbols for battery indicators
Browse files Browse the repository at this point in the history
  • Loading branch information
dmccaffery committed Jan 5, 2021
1 parent ccfcae7 commit 8bd5ffd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/user/starship.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ format = 'on [$symbol($region)]($style) '
symbol = ''

[battery]
full_symbol = ''
charging_symbol = ''
discharging_symbol = ''
full_symbol = ' '
charging_symbol = ' '
discharging_symbol = ' '

[character]
error_symbol = '[->](bold red)'
Expand All @@ -30,7 +30,7 @@ symbol = ' '
symbol = ''

[gcloud]
format = 'on [$symbol ($region)]($style) '
format = 'on [$symbol($region)]($style) '
symbol = ''

[git_branch]
Expand Down

0 comments on commit 8bd5ffd

Please sign in to comment.