From 0cdea4abfa445d4fd12c9dc78cbcd84ae6c5986f Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Tue, 22 Dec 2020 23:05:02 -0800 Subject: [PATCH] Update starship config --- starship/.config/starship.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/starship/.config/starship.toml b/starship/.config/starship.toml index d3646d2..25cde36 100644 --- a/starship/.config/starship.toml +++ b/starship/.config/starship.toml @@ -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)"