Update starship config

main
Buddy Sandidge 4 years ago
parent 560385c2e1
commit 0cdea4abfa

@ -6,21 +6,19 @@ format = """\
$git_commit\ $git_commit\
$git_state\ $git_state\
$git_status\ $git_status\
$time\ $time \
$line_break\ $line_break\
$cmd_duration\ $cmd_duration\
$character\ $character\
""" """
[username] [username]
disabled = false
show_always = true show_always = true
style = "green" style = "green"
style_user = "green" style_user = "green"
format = "[$user]($style) " format = "[$user]($style) "
[hostname] [hostname]
disable = false
ssh_only = false ssh_only = false
style = "blue" style = "blue"
format = "[$hostname]($style) " format = "[$hostname]($style) "
@ -48,11 +46,13 @@ style = "purple"
time_format = "%F %I:%M%p" time_format = "%F %I:%M%p"
format = "[$time]($style)" format = "[$time]($style)"
[cmd_duration] [cmd_duration]
min_time = 0
style = "black bold" style = "black bold"
format = "[$duration]($style) " format = "[$duration]($style) "
[character] [character]
success_symbol = "λ" success_symbol = "λ"
style_success = "" style_success = ""
error_symbol = "☠" error_symbol = "[](red)"

Loading…
Cancel
Save