My zsh configuration
git clone https://github.com/m-col/zshrc
Files | Refs | Readme

Commit 433dc7a07119bc9170777d1f234393d5123784b9
Parent: 897bd71badcffd05c7d776c11d42666d1add1d54
Author: mcol <mcol@posteo.net>
Date: 2019-02-09 00:26:48 +0000
Committer: mcol <mcol@posteo.net>
Committed: 2019-02-09 00:26:48 +0000

added submodules

zsh-syntax-highlighting Added

@@ -0,0 +1 @@
+Subproject commit d61ebbcbbf7da8fc35040f591e37b89272623036

zsh-autosuggestions Added

@@ -0,0 +1 @@
+Subproject commit 70f36c007db30a5fe1edf2b63664088b502a729c

z Added

@@ -0,0 +1 @@
+Subproject commit 9d5a3fe0407101e2443499e4b95bca33f7a9a9ca

.gitmodules Added

@@ -0,0 +1,9 @@
+[submodule "z"]
+	path = z
+	url = git@github.com:rupa/z.git
+[submodule "zsh-autosuggestions"]
+	path = zsh-autosuggestions
+	url = git@github.com:zsh-users/zsh-autosuggestions.git
+[submodule "zsh-syntax-highlighting"]
+	path = zsh-syntax-highlighting
+	url = git@github.com:zsh-users/zsh-syntax-highlighting.git