Update starship config

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

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

Loading…
Cancel
Save