From 40bb038dfad3c00de1ef2a75a7a317c6286be403 Mon Sep 17 00:00:00 2001 From: ys Date: Sun, 21 Apr 2013 05:01:14 +0800 Subject: [PATCH] add: Submodules' config. --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 000000000..e5ab7c726 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "plugins/zsh-syntax-highlighting"] +path = plugins/zsh-syntax-highlighting +url = git://github.com/zsh-users/zsh-syntax-highlighting.git \ No newline at end of file