diff --git a/.zsh/shell_gpt.zsh b/.zsh/shell_gpt.zsh index a6c2bb5..8cc3a3f 100644 --- a/.zsh/shell_gpt.zsh +++ b/.zsh/shell_gpt.zsh @@ -69,7 +69,7 @@ if has "sgpt"; then echo "Generated Commit Message:" echo "-------------------------" echo "$commit_message" - echo "-------------------------" + echo "-------------------------\n" if [ "$auto_accept" = true ]; then git commit -m "$commit_message"