add shebang to git-auto-sync to fix it not working

This commit is contained in:
2026-06-02 20:45:22 +03:00
parent 877ffb3d88
commit 407d027d91
2 changed files with 3 additions and 0 deletions

View File

@@ -0,0 +1 @@
/home/kyren/.config/systemd/user/git-auto-sync.timer

View File

@@ -1,3 +1,5 @@
#!/bin/bash
# Make sure my ssh key is loaded in ssh-agent for use when committing
eval $(keychain --quiet --eval $HOME/.ssh/id_ed25519)