[F] Fix commit command without parenthesis

This commit is contained in:
Hykilpikonna
2021-08-24 19:49:32 -04:00
committed by GitHub
parent 20309261d4
commit b3fdab43d1
+2 -1
View File
@@ -34,7 +34,8 @@ lisp() {
# Git commit wrapper
commit() {
git commit -m "$@"
msg="$@"
git commit -m "$msg"
}
commitall() {