]> git.netwichtig.de Git - user/henk/vcsh/zsh.git/commitdiff
new repos need to get added
authorHendrik Jäger <gitcommit@henk.geekmail.org>
Thu, 30 Dec 2021 10:38:55 +0000 (11:38 +0100)
committerHendrik Jäger <gitcommit@henk.geekmail.org>
Thu, 30 Dec 2021 10:38:55 +0000 (11:38 +0100)
.zsh_functions/vcsh_mr_sync [new file with mode: 0644]

diff --git a/.zsh_functions/vcsh_mr_sync b/.zsh_functions/vcsh_mr_sync
new file mode 100644 (file)
index 0000000..8a2e08a
--- /dev/null
@@ -0,0 +1 @@
+for i in ~/.config/vcsh/repo.d/*.git; do reponame=${${i%.git/}##*/}; sed -e "s/NAME/${reponame}/g" ~/.config/mr/available.d/vcsh-TEMPLATE ; done