From 962e29d406e30e225b36e777939cbbe0bd496ab8 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Fri, 26 Jan 2024 21:42:05 +0700 Subject: [PATCH] Update starship.toml --- .config/starship.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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