aboutsummaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-12-12 14:11:37 +0000
committerYann Herklotz <ymherklotz@gmail.com>2018-12-12 14:11:37 +0000
commit96f745fc011512e38892105f40b1d87b6cd62178 (patch)
tree110b1016cc84474860145a3dc62036306c24774c /.gitmodules
parent0cf965636441df355737f5ae3734b5fdc60f6ccd (diff)
downloaddotfiles-96f745fc011512e38892105f40b1d87b6cd62178.tar.gz
dotfiles-96f745fc011512e38892105f40b1d87b6cd62178.zip
Make zsh nicer
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules9
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..1f92e82
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,9 @@
+[submodule "zsh/.zsh/zsh-syntax-highlighting"]
+ path = zsh/.zsh/zsh-syntax-highlighting
+ url = https://github.com/zsh-users/zsh-syntax-highlighting
+[submodule "zsh/.zsh/zsh-history-substring-search"]
+ path = zsh/.zsh/zsh-history-substring-search
+ url = https://github.com/zsh-users/zsh-history-substring-search
+[submodule "zsh/.zsh/zsh-autosuggestions"]
+ path = zsh/.zsh/zsh-autosuggestions
+ url = https://github.com/zsh-users/zsh-autosuggestions