diff options
author | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2021-12-30 11:38:55 +0100 |
---|---|---|
committer | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2021-12-30 11:38:55 +0100 |
commit | bac07aae0e326dc5ebb8479a065a5459722023ed (patch) | |
tree | d319351aa8f4e80bc4b20c3325c497e2b18bde2e /.zsh_functions | |
parent | 586d8882940918fc349e804a0b06bf9d82fbd0ca (diff) |
new repos need to get added
Diffstat (limited to '.zsh_functions')
-rw-r--r-- | .zsh_functions/vcsh_mr_sync | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.zsh_functions/vcsh_mr_sync b/.zsh_functions/vcsh_mr_sync new file mode 100644 index 0000000..8a2e08a --- /dev/null +++ b/.zsh_functions/vcsh_mr_sync @@ -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 |