diff options
| author | Josh Rahm <rahm@google.com> | 2021-11-11 11:47:38 -0700 |
|---|---|---|
| committer | Josh Rahm <rahm@google.com> | 2021-11-11 11:47:38 -0700 |
| commit | b78c3b1f01685a58907f63445efa012a5cbc3566 (patch) | |
| tree | 0bba0c2faa674bc33c1ee8afdb178eb22e5c0615 /.gitmodules | |
| download | zshrcd-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-- | .gitmodules | 6 |
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 |