From f572e295c634f00630c6269ad59a844e9d83a76d Mon Sep 17 00:00:00 2001 From: Vish Vishvanath Date: Fri, 24 Oct 2014 06:43:13 +0100 Subject: [PATCH] Add zsh syntax highlighting. --- .gitmodules | 6 +++--- custom/plugins/zsh-syntax-highlighting | 1 - zsh-syntax-highlighting | 1 + 3 files changed, 4 insertions(+), 4 deletions(-) delete mode 160000 custom/plugins/zsh-syntax-highlighting create mode 160000 zsh-syntax-highlighting diff --git a/.gitmodules b/.gitmodules index 3fdba2113..c5d259df8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ -[submodule "custom/plugins/zsh-syntax-highlighting"] - path = custom/plugins/zsh-syntax-highlighting - url = git://github.com/zsh-users/zsh-syntax-highlighting.git +[submodule "zsh-syntax-highlighting"] + path = zsh-syntax-highlighting + url = https://github.com/zsh-users/zsh-syntax-highlighting.git diff --git a/custom/plugins/zsh-syntax-highlighting b/custom/plugins/zsh-syntax-highlighting deleted file mode 160000 index 5320f1e18..000000000 --- a/custom/plugins/zsh-syntax-highlighting +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 5320f1e18d5782e29a6637937e37a3aecf9327bb diff --git a/zsh-syntax-highlighting b/zsh-syntax-highlighting new file mode 160000 index 000000000..3dc574190 --- /dev/null +++ b/zsh-syntax-highlighting @@ -0,0 +1 @@ +Subproject commit 3dc574190071ef59054f6d693132410b37aa3ae4