add shebang to git-auto-sync to fix it not working
This commit is contained in:
1
.config/systemd/user/timers.target.wants/git-auto-sync.timer
Symbolic link
1
.config/systemd/user/timers.target.wants/git-auto-sync.timer
Symbolic link
@@ -0,0 +1 @@
|
||||
/home/kyren/.config/systemd/user/git-auto-sync.timer
|
||||
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user