From c5f7d45943a0718b737519f396e3cd176986b271 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Tue, 12 May 2020 17:32:08 +0200 Subject: [PATCH] [reposync] include ~/bin --- sync-all-repos | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sync-all-repos b/sync-all-repos index 5ea47b9..de1534b 100755 --- a/sync-all-repos +++ b/sync-all-repos @@ -3,9 +3,10 @@ set -e for repo in ~/.ctt \ - ~/vcs/notes/ \ + ~/bin \ + ~/vcs/notes \ ~/vcs/nico-dot-cdist \ - ~/vcs/mindmap/ \ + ~/vcs/mindmap \ ~/.password-store \ ; do echo $repo