From 6f734a88c7dadcc689e167d0b3a3d0432e205c07 Mon Sep 17 00:00:00 2001 From: Kyren223 Date: Tue, 4 Aug 2026 01:47:53 +0300 Subject: [PATCH] Add world building to git sync --- scripts/git-auto-sync.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/git-auto-sync.sh b/scripts/git-auto-sync.sh index 8c9573e..8ef1871 100755 --- a/scripts/git-auto-sync.sh +++ b/scripts/git-auto-sync.sh @@ -5,6 +5,7 @@ eval $(keychain --quiet --eval $HOME/.ssh/id_ed25519) REPOS=( "$HOME/personal/grimoire/" + "$HOME/projects/WorldBuilding/" ) COMMIT_MSG="Auto-sync: $(date +'%Y-%m-%d %H:%M:%S')"