From 06fae4e4f1b176583590ca309fc6888c8872186e Mon Sep 17 00:00:00 2001 From: surtur Date: Tue, 16 Aug 2022 15:01:47 +0200 Subject: [PATCH] starship: use different fire icon as error_symbol --- .config/starship.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/starship.toml b/.config/starship.toml index 407c611..8f46e11 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -20,7 +20,7 @@ disabled = true [character] success_symbol = "[➜](bold green)" -error_symbol = "[🔥](bold #ee4e4e)" +error_symbol = "[](bold #ee4e4e)" # the non-nerdfont default is 🔥 vimcmd_symbol = "[N](bold green)" [battery]