aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorJosh Rahm <rahm@google.com>2021-11-11 11:47:38 -0700
committerJosh Rahm <rahm@google.com>2021-11-11 11:47:38 -0700
commitb78c3b1f01685a58907f63445efa012a5cbc3566 (patch)
tree0bba0c2faa674bc33c1ee8afdb178eb22e5c0615 /.gitmodules
downloadzshrcd-b78c3b1f01685a58907f63445efa012a5cbc3566.tar.gz
zshrcd-b78c3b1f01685a58907f63445efa012a5cbc3566.tar.bz2
zshrcd-b78c3b1f01685a58907f63445efa012a5cbc3566.zip
Rework my zsh files into a .zshrc.d file.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..a383eb0
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,6 @@
+[submodule "plugins/zsh-autosuggestions"]
+ path = plugins/zsh-autosuggestions
+ url = https://github.com/zsh-users/zsh-autosuggestions
+[submodule "plugins/zsh-syntax-highlighting"]
+ path = plugins/zsh-syntax-highlighting
+ url = https://github.com/zsh-users/zsh-syntax-highlighting