From a545d1401f1c6598f8c7ab0328666d7fb99fce25 Mon Sep 17 00:00:00 2001 From: Anthony Rodriguez Date: Fri, 6 Dec 2024 15:00:28 +0100 Subject: [PATCH] modules/theme: update starship prompt symbols --- modules/theme/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/theme/default.nix b/modules/theme/default.nix index 72e585b..823c9dc 100644 --- a/modules/theme/default.nix +++ b/modules/theme/default.nix @@ -295,8 +295,10 @@ in { starship.settings = { character = { + format = "$symbol "; success_symbol = "[➜](bold green)"; - error_symbol = "[➜](bold red)"; + error_symbol = "[✗](bold red)"; + vicmd_symbol = "[](bold green)"; }; };