diff options
author | Karel Kočí <cynerd@email.cz> | 2016-09-03 09:01:41 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2016-09-03 09:01:41 +0200 |
commit | 2be4e1801bda12baa08dbbe022729181b18df5f3 (patch) | |
tree | d20f817e7aaba908e42848e1896b9aa61641fd8b | |
parent | 92f04daed707d4d614044b25e80327ab98d4c071 (diff) | |
download | myconfigs-2be4e1801bda12baa08dbbe022729181b18df5f3.tar.gz myconfigs-2be4e1801bda12baa08dbbe022729181b18df5f3.tar.bz2 myconfigs-2be4e1801bda12baa08dbbe022729181b18df5f3.zip |
Add private configs
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | private | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 75b68d9..ac40256 100644 --- a/.gitmodules +++ b/.gitmodules @@ -34,3 +34,6 @@ [submodule "vim/3rdparty/vim-pathogen"] path = vim/3rdparty/vim-pathogen url = https://github.com/tpope/vim-pathogen.git +[submodule "private"] + path = private + url = git@cynerd.cz:myconfigs-private diff --git a/private b/private new file mode 160000 +Subproject ac9aa2f0a11a3a816f70d6b7ed918f43726a6a3 |