diff --git a/modules/home-manager/zsh.nix b/modules/home-manager/zsh.nix index 432d75e..6be3539 100644 --- a/modules/home-manager/zsh.nix +++ b/modules/home-manager/zsh.nix @@ -43,8 +43,8 @@ add_newline = false; command_timeout = 5000; character = { - success_symbol = "[➥](bold green)"; - error_symbol = "[✖](bold red)"; + success_symbol = "[](bold green)"; + error_symbol = "[](bold red)"; }; cmd_duration = { min_time = 500;