diff options
author | Starfall <us@starfall.systems> | 2023-11-03 11:53:21 -0500 |
---|---|---|
committer | Starfall <us@starfall.systems> | 2023-11-03 12:48:51 -0500 |
commit | 5fe0a64d37f368671c8d91d5204e940903e4c755 (patch) | |
tree | 26d24cd6506a40603254e83271b517e7e369c7ba /.gitmodules | |
parent | 107a9301fbcf19d76fa236fb73a3b98d286d5354 (diff) |
zsh: add url-quote-magic and manydots-magic
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..53179d7 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule ".config/zsh/zsh-manydots-magic"] + path = .config/zsh/zsh-manydots-magic + url = git@github.com:knu/zsh-manydots-magic.git |