diff --git a/starship/.config/starship.toml b/starship/.config/starship.toml index 75675fde2..4c14553bf 100644 --- a/starship/.config/starship.toml +++ b/starship/.config/starship.toml @@ -3,7 +3,7 @@ add_newline = true # Replace the "❯" symbol in the prompt with "➜" [character] # The name of the module we are configuring is "character" -success_symbol = "[](green)[](purple)[](red)[](yellow)[](blue)[](cyan)" # The "success_symbol" segment is being set to "➜" with the color "bold green" +success_symbol = "[](green)[](purple)[](red)[](yellow)[](blue)[](cyan)" # The "success_symbol" segment is being set to "➜" with the color "bold green" error_symbol = "[✗](green)[✗](purple)[✗](red)[✗](yellow)[✗](blue)[✗](cyan)" # Disable the package module, hiding it from the prompt completely