diff --git a/scripts/auto_save.sh b/scripts/auto_save.sh index f46176a..3d51922 100755 --- a/scripts/auto_save.sh +++ b/scripts/auto_save.sh @@ -29,4 +29,5 @@ git pull >/dev/null 2>&1 git add . git commit -q -m "Autosave: $(date +"%Y-%m-%d %H:%M:%S")" git push + notify-send "Auto-save complete" "Zettelkasten changes committed to remote repository"