From 58836b981fd57cc3107de776e01d4e04d97170a5 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 9 Aug 2021 18:26:53 -0600 Subject: [PATCH] [Starship] Make error and success symbol consistent --- dotfiles/config/starship.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotfiles/config/starship.toml b/dotfiles/config/starship.toml index 5a1fbca6..9d6bd0a7 100644 --- a/dotfiles/config/starship.toml +++ b/dotfiles/config/starship.toml @@ -1,4 +1,4 @@ -# Inserts a blank line between shell prompts add_newline = false [character] -success_symbol = "[➜](bold green)" +success_symbol = "[➜](bold green)" +error_symbol = "[➜](bold red)"