diff --git a/bash/.bashrc b/bash/.bashrc index e116500..1dd424d 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -450,7 +450,7 @@ gcom() { } lazyg() { git add . - git commit -m (curl -s https://whatthecommit.com/index.txt) + git commit -m "$(curl -s https://whatthecommit.com/index.txt)" git push }