diff options
author | David Runge <dave@sleepmap.de> | 2015-02-01 22:12:59 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2015-02-01 22:12:59 +0100 |
commit | b6775744e0ab5e6e41bb90a7b2651b2ce08742ec (patch) | |
tree | e43c09d6b2d7b544ef0f25bb904907eab58942a0 /.gitmodules | |
parent | 0b1270abd4b8009c26a2a3b5811598520ab5987c (diff) | |
download | dotfiles-b6775744e0ab5e6e41bb90a7b2651b2ce08742ec.tar.gz dotfiles-b6775744e0ab5e6e41bb90a7b2651b2ce08742ec.tar.bz2 dotfiles-b6775744e0ab5e6e41bb90a7b2651b2ce08742ec.tar.xz dotfiles-b6775744e0ab5e6e41bb90a7b2651b2ce08742ec.zip |
.irssi: Adding irssi as a submodule to dotfiles.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 7e97532..8505d6a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,8 @@ [submodule ".zprezto"] path = .zprezto url = https://github.com/sorin-ionescu/prezto + branch = master +[submodule ".irssi"] + path = .irssi + url = git@sleepmap.de:irssi + branch = master |