starship: not a fan of the right prompt
This commit is contained in:
parent
2a800e601a
commit
f1f63864b9
1 changed files with 5 additions and 3 deletions
|
@ -7,18 +7,20 @@ $git_branch\
|
||||||
$git_commit\
|
$git_commit\
|
||||||
$git_state\
|
$git_state\
|
||||||
$git_status\
|
$git_status\
|
||||||
|
${custom.sl_status}\
|
||||||
($character)\
|
($character)\
|
||||||
"""
|
"""
|
||||||
|
|
||||||
right_format = """\
|
right_format = """\
|
||||||
${custom.sl_status}\
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
[custom.sl_status]
|
[custom.sl_status]
|
||||||
command = '''~/bin/starship-sl-status'''
|
command = '''~/bin/starship-sl-status'''
|
||||||
when = true
|
when = true
|
||||||
style = "italic bg:#79AE6F fg:#ffffff"
|
# style = "italic bg:#79AE6F fg:#ffffff"
|
||||||
format = '🌱 [](fg:#79AE6F)[ $output ]($style)'
|
# format = '🌱 [](fg:#79AE6F)[ $output ]($style)'
|
||||||
|
style = "italic fg:#79AE6F"
|
||||||
|
format = '🌱[ $output ]($style)'
|
||||||
|
|
||||||
[character]
|
[character]
|
||||||
success_symbol = "%"
|
success_symbol = "%"
|
||||||
|
|
Loading…
Reference in a new issue