From 47a7e8f518dcd0df07d1999d328175b2f971e80d Mon Sep 17 00:00:00 2001 From: cswimr Date: Tue, 19 Nov 2024 22:17:10 -0500 Subject: [PATCH] disable `add_newline` in the starship config --- nixos/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/zsh.nix b/nixos/zsh.nix index caaa8e4..6ada049 100755 --- a/nixos/zsh.nix +++ b/nixos/zsh.nix @@ -54,8 +54,8 @@ success_symbol = "[ ](#a6e3a1) "; error_symbol = "[ ✗](#f38ba8) "; }; + add_newline = false; }; - }; users.defaultUserShell = pkgs.zsh; programs.zsh = {