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