summaryrefslogtreecommitdiffstats
path: root/bin/dfmk
diff options
context:
space:
mode:
Diffstat (limited to 'bin/dfmk')
-rwxr-xr-xbin/dfmk4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/dfmk b/bin/dfmk
index 3502516..1496c10 100755
--- a/bin/dfmk
+++ b/bin/dfmk
@@ -38,4 +38,8 @@ for repo in "${@}"; do
EOF
vcsh mr add "${HOME}/.config/mr/available.d/${repo}.vcsh"
vcsh mr commit -m "${repo}: New repository"
+
+ # Enable repository in mr configuration
+ ln -s "../available.d/${repo}.vcsh" \
+ "${HOME}/.config/mr/config.d/${repo}.vcsh"
done