diff options
Diffstat (limited to 'modules/home')
| -rw-r--r-- | modules/home/lazygit.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/home/lazygit.nix b/modules/home/lazygit.nix index da8996a..124a6a1 100644 --- a/modules/home/lazygit.nix +++ b/modules/home/lazygit.nix @@ -11,7 +11,7 @@ context: "files" description: "Generate commit message with Claude Code" command: > - git diff --staged | $HOME/.local/bin/claude -p 'Generate a concise git commit message for these staged changes. + git diff --staged | ATT_SKIP_HOOKS=1 $HOME/.local/bin/claude -p 'Generate a concise git commit message for these staged changes. Output ONLY the raw commit message with no markdown, no code blocks, no backticks, no explanations. Use conventional commit format.' --model haiku --output-format text > /tmp/commit_msg && GIT_EDITOR=nvim git commit -e -F /tmp/commit_msg |
