From bac068cf69164be5a2b77a56befb7d366994b5d4 Mon Sep 17 00:00:00 2001 From: Sweetbread Date: Fri, 17 Jan 2025 16:20:31 +0300 Subject: [PATCH] fix(starship): Remove extra space --- home-manager/modules/zsh.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home-manager/modules/zsh.nix b/home-manager/modules/zsh.nix index a1835a1..1d43004 100644 --- a/home-manager/modules/zsh.nix +++ b/home-manager/modules/zsh.nix @@ -12,7 +12,7 @@ add_newline = true; format = '' $os$directory$git_branch$git_status - $status$character + $nix_shell$status$character ''; right_format = "$all"; @@ -35,6 +35,7 @@ fish_style_pwd_dir_length = 1; read_only = " RO"; }; + nix_shell.format = "[nix-shell]($style) "; os.disabled = false; python = { symbol = "py ";