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