trying to do something right!
This commit is contained in:
parent
5ae221c210
commit
a43f4ed51a
2 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
3
hypr/.config/wpaperd/config.toml
Normal file
3
hypr/.config/wpaperd/config.toml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
[any]
|
||||
path = "/home/mfortin/.cache/images/wallpaper.png"
|
||||
|
||||
Loading…
Add table
Reference in a new issue