diff options
Diffstat (limited to 'hooks/post-update')
-rw-r--r-- | hooks/post-update | 3 |
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 +} |