summaryrefslogtreecommitdiff
path: root/hooks/post-update
diff options
context:
space:
mode:
Diffstat (limited to 'hooks/post-update')
-rw-r--r--hooks/post-update3
1 files changed, 3 insertions, 0 deletions
diff --git a/hooks/post-update b/hooks/post-update
new file mode 100644
index 0000000..e7bfb83
--- /dev/null
+++ b/hooks/post-update
@@ -0,0 +1,3 @@
+for inc in $PDIR/*/provides/vim/*(.N); {
+ echo "source $inc" >> $PDIR/vim/provided/vimrc
+}