From d5d67984fbc6939c2cb9997c1f8a52a50c79283c Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 30 Dec 2013 10:18:19 +0000 Subject: [PATCH] Use main git remote for oh-my-zsh --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 661815c..658d1a7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "shell/zsh/oh-my-zsh"] path = shell/zsh/oh-my-zsh - url = git@github.com:jimeh/oh-my-zsh.git + url = https://github.com/robbyrussell/oh-my-zsh.git [submodule "emacs.d"] path = emacs.d url = git@github.com:jimeh/.emacs.d.git