diff options
| author | Seth Flynn <[email protected]> | 2021-11-03 15:35:34 -0400 |
|---|---|---|
| committer | Seth Flynn <[email protected]> | 2021-11-03 15:51:38 -0400 |
| commit | 94fb4489afcf8bfb7607ceb711d3bb29fb64cdda (patch) | |
| tree | 3f82f983e12716dcbb382648560aa5bf593c91e2 /.gitmodules | |
| parent | 2eb839dcdd509e2dbc584ebd57a4d7dd880b8eee (diff) | |
clean up
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 06faf49..ae5a52f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,6 +4,6 @@ [submodule "alacritty/.config/alacritty/dracula-alacritty"] path = alacritty/.config/alacritty/dracula-alacritty url = https://github.com/dracula/alacritty.git -[submodule "shells/.local/share/zsh/fast-syntax-highlighting"] - path = shells/.local/share/zsh/fast-syntax-highlighting - url = https://github.com/zdharma/fast-syntax-highlighting.git +[submodule "zsh/.local/share/zsh/fast-syntax-highlighting"] + path = zsh/.local/share/zsh/fast-syntax-highlighting + url = https://github.com/zdharma-continuum/fast-syntax-highlighting.git |
