From cffaa90de36ed5a48fd2d57e5856a6b78d5a5307 Mon Sep 17 00:00:00 2001 From: Michael Thomas Date: Sun, 9 Jan 2022 13:37:20 -0500 Subject: [PATCH] Fix zsh error symbol --- user/modules/zsh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/user/modules/zsh.nix b/user/modules/zsh.nix index d1ac3e1..98f146d 100644 --- a/user/modules/zsh.nix +++ b/user/modules/zsh.nix @@ -41,6 +41,7 @@ enableZshIntegration = true; settings = { character.success_symbol = "[➜](green)"; + character.error_symbol = "[➜](red)"; }; }; } \ No newline at end of file