Skip to content

Commit

Permalink
fix: starfish shell indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
kyau committed Nov 1, 2023
1 parent d32ddd3 commit b83e9dd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/starship.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $KYAULabs: starship.toml,v 1.0.1 2023/05/25 04:34:22 kyau Exp $
# $KYAULabs: starship.toml,v 1.0.2 2023/10/31 22:43:30 kyau Exp $
#

format = '$shell$all'
format='$shell $all'

[character]
success_symbol = "[✓](bold green)"
Expand Down Expand Up @@ -33,12 +33,12 @@ fish_indicator = ''
powershell_indicator = ''
unknown_indicator = ''
format = '[$indicator]($style)'
style = 'white bold'
style = '172'
disabled = false

[username]
format = "[$user]($style)[ ┅ ](247)"
style_user = "27"
style_root = "52"

# vim: ft=toml sts=4 sw=4 ts=4 noet:
# vim: ft=toml sts=4 sw=4 ts=4 noet:

0 comments on commit b83e9dd

Please sign in to comment.