diff options
| author | Anton Bobov <anton@bobov.name> | 2023-08-29 20:52:12 +0500 |
|---|---|---|
| committer | Anton Bobov <anton@bobov.name> | 2023-08-29 20:52:46 +0500 |
| commit | 951f9d198e4f02be4fd4cf74fbc0676a190cd127 (patch) | |
| tree | f013905b4545ba4a90685bdd0e8c48f71237f1e6 /.gitmodules | |
| parent | cca7b2932ff9860155687f803e46a77f0f1940e2 (diff) | |
[zsh] Add completion generation
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 6b849d7..4651a94 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,7 +3,7 @@ url = https://github.com/abobov/bin.git [submodule "zsh-completions"] path = files/.zsh/zsh-completions - url = https://github.com/abobov/zsh-completions.git + url = https://github.com/zsh-users/zsh-completions.git [submodule "files/.zsh/z"] path = files/.zsh/z url = https://github.com/rupa/z.git |
