From 0ff9ccc2c75758001e9ea2c19f9add98914a1b1a Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Thu, 7 Nov 2024 15:53:26 +0100 Subject: [PATCH] . --- modules/cli/zsh/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/cli/zsh/default.nix b/modules/cli/zsh/default.nix index 54fa9dc..5912ec3 100644 --- a/modules/cli/zsh/default.nix +++ b/modules/cli/zsh/default.nix @@ -94,7 +94,7 @@ }; git_commit = { - format = "[( $hash$tag)]($style)"; + format = "[($hash$tag)]($style)"; style = "green"; only_detached = true; tag_disabled = false;