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;