From 407d027d91729ea6ba2bafbfa9d54f1184e0478f Mon Sep 17 00:00:00 2001 From: Kyren223 Date: Tue, 2 Jun 2026 20:45:22 +0300 Subject: [PATCH] add shebang to git-auto-sync to fix it not working --- .config/systemd/user/timers.target.wants/git-auto-sync.timer | 1 + scripts/git-auto-sync.sh | 2 ++ 2 files changed, 3 insertions(+) create mode 120000 .config/systemd/user/timers.target.wants/git-auto-sync.timer diff --git a/.config/systemd/user/timers.target.wants/git-auto-sync.timer b/.config/systemd/user/timers.target.wants/git-auto-sync.timer new file mode 120000 index 0000000..ee2c240 --- /dev/null +++ b/.config/systemd/user/timers.target.wants/git-auto-sync.timer @@ -0,0 +1 @@ +/home/kyren/.config/systemd/user/git-auto-sync.timer \ No newline at end of file diff --git a/scripts/git-auto-sync.sh b/scripts/git-auto-sync.sh index 2e31c9c..07f43f2 100755 --- a/scripts/git-auto-sync.sh +++ b/scripts/git-auto-sync.sh @@ -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)