diff options
author | dom111 <dom111@users.noreply.github.com> | 2017-04-22 10:27:12 +0100 |
---|---|---|
committer | dom111 <dom111@users.noreply.github.com> | 2017-04-22 10:27:12 +0100 |
commit | 3c47058764ff259b6f32a9c5d0ee5c9497b27c3c (patch) | |
tree | ac016fc5deee0b230669b58f5d3526d9412cf573 | |
parent | 4334c03577b341ed66c604a96f427ddf7bdacdb9 (diff) | |
download | grep-colors-3c47058764ff259b6f32a9c5d0ee5c9497b27c3c.zip grep-colors-3c47058764ff259b6f32a9c5d0ee5c9497b27c3c.tar.gz grep-colors-3c47058764ff259b6f32a9c5d0ee5c9497b27c3c.tar.bz2 |
Properly set up terminal-preview as a submodule
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..fab4b67 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "terminal-preview"] + path = terminal-preview + url = https://github.com/dom111/terminal-preview.git |