From 3667b563069bb4ce0fbae66a114ff1173cf11ff7 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Fri, 30 May 2025 17:17:06 -0500 Subject: add zscript for nix shell py --- zscripts/nicegit.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zscripts/nicegit.zsh') diff --git a/zscripts/nicegit.zsh b/zscripts/nicegit.zsh index 276d98e..e422fb0 100755 --- a/zscripts/nicegit.zsh +++ b/zscripts/nicegit.zsh @@ -19,7 +19,7 @@ function gc() { else echo "Enter commit message:" && read commit fi - git commit -m "$commit" + git commit -m "$commit" } function __is_diff() { -- cgit v1.2.3