From a61cc657252601ca67c87c89b30ce6fb7029536e Mon Sep 17 00:00:00 2001 From: coolnsx Date: Mon, 18 May 2026 16:37:54 +0530 Subject: [PATCH] Something fixed --- zsh/functions | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/functions b/zsh/functions index bc40f19..c48b4b2 100644 --- a/zsh/functions +++ b/zsh/functions @@ -88,6 +88,7 @@ gtp() { curl -sL "https://raw.githubusercontent.com/ngerakines/commitment/master/commit_messages.txt" --etag-compare "$cache_file.etag" --etag-save "$cache_file.etag" -o "$cache_file" [ -z "$*" ] && commit=$(shuf -n1 "$cache_file") || commit=$* git add -p + printf "\nCommit Message: $commit\n" git commit -m "$commit" git push unset commit