diff --git a/.config/starship.toml b/.config/starship.toml index 387cfdd4f..661f2bc72 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -16,9 +16,9 @@ $character # Replace the "❯" symbol in the prompt with "➜" [character] # The name of the module we are configuring is "character" -success_symbol = "[• ](bold fg:blue)" +success_symbol = "[• ](bold fg:blue) " +error_symbol = "[• 󰅙](bold fg:red) " -error_symbol = "[• 󰅙](bold fg:red)" # Disable the package module, hiding it from the prompt completely [package] disabled = true