From 583cd5f1b9e859e41eb33935ff143419db10ae3f Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Thu, 3 Oct 2013 23:03:10 +0100 Subject: [PATCH] Include plugin placeholders --- src/bin/dotify | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/bin/dotify b/src/bin/dotify index f992bd2..aee8897 100755 --- a/src/bin/dotify +++ b/src/bin/dotify @@ -52,6 +52,13 @@ source "../lib/dotify-help.sh" source "../lib/dotify-info.sh" source "../lib/dotify-install.sh" +# +# Built-in Plugins +# + +source "../plugins/link.sh" +source "../plugins/git.sh" + # # Argument Parsing #