From b2e2064b289b3e3e3a2f9ced2921a8f100394ea6 Mon Sep 17 00:00:00 2001 From: arcan1s Date: Mon, 26 Oct 2015 07:08:58 +0300 Subject: [PATCH] change to submodules --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..a618dfd --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "zsh/zsh-syntax-highlighting"] + path = zsh/zsh-syntax-highlighting + url = https://github.com/zsh-users/zsh-syntax-highlighting.git