diff --git a/nixpkgs/modules/zsh.nix b/nixpkgs/modules/zsh.nix index b94b6b9..9d5f5a0 100644 --- a/nixpkgs/modules/zsh.nix +++ b/nixpkgs/modules/zsh.nix @@ -40,7 +40,6 @@ enable = true; enableZshIntegration = true; settings = { - character.symbol = "➜ "; character.success_symbol = "[➜](green)"; }; };