Files
df/tree/.config/starship.toml

22 lines
498 B
TOML

[character]
#symbol = "⤷"
error_symbol = "[⤷](bold red)"
success_symbol = "[⤷](bold green)"
vicmd_symbol = "[⤶](bold green)"
[username]
show_always = true
format = "[$user]($style)@"
[hostname]
ssh_only = false
format = "[$hostname]($style) in "
[custom.stl]
description = "time logger"
when = "stl stat -f /home/hulthe/.stld" # touch the file, but don't create it
command = "cat /home/hulthe/.stld"
symbol = "🕑"
style = "italic bright-purple"
format = "[$symbol ($output )]($style)"