]> git.netwichtig.de Git - user/henk/vcsh/zsh.git/blob - .zsh_functions/vcsh_mr_sync
customize fzf: use tmux and fdfind
[user/henk/vcsh/zsh.git] / .zsh_functions / vcsh_mr_sync
1 for i in ~/.config/vcsh/repo.d/*.git; do reponame=${i:t:r}; sed -e "s/NAME/${reponame}/g" ~/.config/mr/available.d/vcsh-TEMPLATE > ~/.config/mr/available.d/${reponame}.vcsh ; done