[F] Fix commit command without parenthesis
This commit is contained in:
+2
-1
@@ -34,7 +34,8 @@ lisp() {
|
||||
|
||||
# Git commit wrapper
|
||||
commit() {
|
||||
git commit -m "$@"
|
||||
msg="$@"
|
||||
git commit -m "$msg"
|
||||
}
|
||||
|
||||
commitall() {
|
||||
|
||||
Reference in New Issue
Block a user