feat(homes/rafiq): make note script auto push

This commit is contained in:
Mohammad Rafiq 2025-07-05 00:55:02 +08:00
parent bd1a29f1a4
commit 4dca26d81d
No known key found for this signature in database
2 changed files with 10 additions and 1 deletions

View file

@ -11,7 +11,7 @@
zk edit -i
pushd ~/notebook > /dev/null
git add .
commit
commit -u
popd > /dev/null
''
)