From a2856dd92804e32c2fe64138c559430d85473a15 Mon Sep 17 00:00:00 2001 From: Phantop Date: Sun, 11 Oct 2020 20:09:49 -0400 Subject: [PATCH] Starship: update config to 0.45.0 --- .config/starship.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.config/starship.toml b/.config/starship.toml index 7963ae2..1178586 100755 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -5,17 +5,16 @@ add_newline = false symbol = "" [character] -style_success = "bright-purple" +success_symbol = "[❯](bright-purple)" [directory] style = "bold blue" truncation_length = 0 truncate_to_repo = false - [cmd_duration] min_time = 500 -prefix = "" +format = "[$duration]($style) " [jobs] disabled = true