From 0745a7936b7d78054589bb17fe6123e4dc91e8b2 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 28 Sep 2023 11:07:37 +0100 Subject: [PATCH] More consistent starship symbols --- home/starship.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/home/starship.nix b/home/starship.nix index da4e91e5..ee783017 100644 --- a/home/starship.nix +++ b/home/starship.nix @@ -13,8 +13,7 @@ palette = "catppuccin_macchiato"; character = { success_symbol = "[[󱢠](green) ❯](maroon)"; - error_symbol = "[󰅂](red)"; - vimcmd_symbol = "[󰅁](green)"; + error_symbol = "[❯](red)"; }; directory = { truncation_length = 2;