trying to do something right!

This commit is contained in:
Matthieu Fortin [CPC/CCP] 2024-11-18 10:35:14 -05:00
parent 5ae221c210
commit a43f4ed51a
2 changed files with 4 additions and 1 deletions

View file

@ -450,7 +450,7 @@ gcom() {
} }
lazyg() { lazyg() {
git add . git add .
git commit -m "$(curl -s https://whatthecommit.com/index.txt)" git commit -m (curl -s https://whatthecommit.com/index.txt)
git push git push
} }

View file

@ -0,0 +1,3 @@
[any]
path = "/home/mfortin/.cache/images/wallpaper.png"