diff options
author | Tim Keller <tjk@tjkeller.xyz> | 2025-05-30 17:17:06 -0500 |
---|---|---|
committer | Tim Keller <tjk@tjkeller.xyz> | 2025-05-30 17:17:06 -0500 |
commit | 3667b563069bb4ce0fbae66a114ff1173cf11ff7 (patch) | |
tree | 6be77b851c43df390d8b0b79b639b29cf7c5e8b5 /zscripts/nicegit.zsh | |
parent | 786b738adb3e491c79483fbf19e3216da801fbe2 (diff) | |
download | zsh-3667b563069bb4ce0fbae66a114ff1173cf11ff7.tar.xz zsh-3667b563069bb4ce0fbae66a114ff1173cf11ff7.zip |
add zscript for nix shell py
Diffstat (limited to 'zscripts/nicegit.zsh')
-rwxr-xr-x | zscripts/nicegit.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |