From 50c03fe59b121cbf1f8d6da9f48f319012139801 Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Tue, 24 Mar 2020 19:37:43 +0000 Subject: [PATCH] Makes gitmodules point to my repo --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 2eead6fb..08e7df67 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "config/vim"] path = vim/.vim - url = git@github.com:Jab2870/vim.git + url = git@git.jonathanh.co.uk:jab2870/vim.git [submodule "custom-oh-my-zsh/themes/powerlevel9k"] path = custom-oh-my-zsh/themes/powerlevel9k url = https://github.com/bhilburn/powerlevel9k.git