From 813e203d3972c9242c124af949ff7f6ade1e332c Mon Sep 17 00:00:00 2001 From: panotaka Date: Tue, 5 Dec 2023 23:53:07 -0400 Subject: [PATCH] Update starship.nix settings for character symbols --- home/shell/starship.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home/shell/starship.nix b/home/shell/starship.nix index e206ee2..19dcd99 100644 --- a/home/shell/starship.nix +++ b/home/shell/starship.nix @@ -5,9 +5,9 @@ settings = { add_newline = false; character = { - success_symbol = "> = {(bold green)"; - error_symbol = "x = {(bold red)"; - vimcmd_symbol = "< = {(bold green)"; + success_symbol = "[>](bold green)"; + error_symbol = "[x](bold red)"; + vimcmd_symbol = "[<](bold green)"; }; git_commit = {