update startship config

This commit is contained in:
Penelope Gwen 2026-04-06 09:37:35 -07:00
parent 0514b95a66
commit 616b9965b6

View file

@ -7,6 +7,7 @@ add_newline = false
#format = '[░▒▓](fg:purple bg:transparent)[ 󰊟 ${user}](fg:black bg:purple)'
format = """[](fg:purple bg:transparent)\
$time\
${custom.ssh}\
$sudo\
$username\
${custom.hostname}\
@ -79,6 +80,11 @@ when = true
style = 'bold bg:black fg:purple'
format = '[ 󰣚 ](fg:red bg:black)[$symbol($output )]($style)[](fg:black bg:transparent)'
[custom.ssh]
style = 'bold bg:purple fg:black'
when = 'test -n "${SSH_CLIENT}"'
format = '[ ]($style)'
[character]
success_symbol = '[\$](green)'
error_symbol = '[\$](red)'