feat(starship): include exit codes
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m7s
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m7s
This commit is contained in:
parent
f7a3a377b8
commit
8e56cfa240
@ -24,7 +24,9 @@ $docker_context\
|
||||
$conda\
|
||||
[](fg:springviolet1 bg:oniviolet2)\
|
||||
$time\
|
||||
[ ](fg:oniviolet2)\
|
||||
[](fg:oniviolet2 bg:sumiink5)\
|
||||
$status\
|
||||
[ ](fg:sumiink5)\
|
||||
$line_break$character"""
|
||||
|
||||
palette = 'kanagawa'
|
||||
@ -196,6 +198,16 @@ format = '[[ $time ](fg:fg0 bg:oniviolet2)]($style)'
|
||||
[line_break]
|
||||
disabled = false
|
||||
|
||||
[status]
|
||||
disabled = false
|
||||
symbol = '[ ](bold fg:peachred bg:sumiink5)'
|
||||
recognize_signal_code = false
|
||||
success_symbol = '[ ](bold fg:springgreen bg:sumiink5)'
|
||||
pipestatus = true
|
||||
pipestatus_separator = '│'
|
||||
pipestatus_format = '[$pipestatus](bg:sumiink5)'
|
||||
format = '[ $symbol$status ](bg:sumiink5)'
|
||||
|
||||
[character]
|
||||
disabled = false
|
||||
success_symbol = '[>](bold fg:springgreen)'
|
||||
@ -203,4 +215,4 @@ error_symbol = '[>](bold fg:peachred)'
|
||||
vimcmd_symbol = '[<](bold fg:springgreen)'
|
||||
vimcmd_replace_one_symbol = '[<](bold fg:oniviolet)'
|
||||
vimcmd_replace_symbol = '[<](bold fg:oniviolet)'
|
||||
vimcmd_visual_symbol = '[<](bold fg:carpyellow)'
|
||||
vimcmd_visual_symbol = '[<](bold fg:carpyellow)'
|
Loading…
Reference in New Issue
Block a user