diff --git a/.config/starship.toml b/.config/starship.toml index 50c908b..4221142 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -20,6 +20,10 @@ $status \ $sudo\ """ +[character] +success_symbol = '[❯](fg:bold #c3e88d)' +error_symbol = '[❯](fg:bold #ff007c)' + [cmd_duration] style = "fg:#7aa2f7 bg:#414868" format = '[ took ]($style)[ $duration](fg:bold #ff007c bg:#414868)'