diff --git a/modules/programs/zsh.nix b/modules/programs/zsh.nix index 3ec21c6..8ca5dc7 100644 --- a/modules/programs/zsh.nix +++ b/modules/programs/zsh.nix @@ -128,6 +128,8 @@ in })) { palette = "catppuccin_mocha"; + add_newline = lib.mkForce true; + line_break.disabled = lib.mkForce false; git_status.diverged = lib.mkForce "⇕⇡\${ahead_count}⇣\${behind_count}"; cmd_duration.format = lib.mkForce "󰔛 $duration"; python.disabled = lib.mkForce true;