diff options
author | June McEnroe <june@causal.agency> | 2012-11-11 16:02:17 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2012-11-11 16:02:17 -0500 |
commit | 998113e469faa81a7b7ad84a2693306409cebb78 (patch) | |
tree | dfa32a099a3006819f67b8968136da4a845d3035 /.gitmodules | |
parent | No more consolekit (diff) | |
download | src-998113e469faa81a7b7ad84a2693306409cebb78.tar.gz src-998113e469faa81a7b7ad84a2693306409cebb78.zip |
Add z
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 7664aa6f..564aadf5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule ".zsh/zsh-syntax-highlighting"] path = .zsh/zsh-syntax-highlighting url = https://github.com/zsh-users/zsh-syntax-highlighting.git +[submodule ".zsh/z"] + path = .zsh/z + url = https://github.com/rupa/z.git |