From bd6032def2bef0613ce43a20759e0fbdb9fbaf96 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 20 Jun 2013 16:31:35 +0200 Subject: [PATCH] pushzshconfig 20.06.2013 16:31 --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 455d29d..8947167 100755 --- a/install.sh +++ b/install.sh @@ -60,9 +60,9 @@ installmyzsh() echo "" read -p "should i clone myzsh writeable? [y/n]" choice if [ $choice = "y" ]; then - git clone git@bitbucket.org:beyondthewall/myzsh.git ~/.myzsh + git clone git@github.com:beyondthewall/myzsh.git ~/.myzsh else - git clone https://bitbucket.org/beyondthewall/myzsh.git ~/.myzsh + git clone https://github.com/beyondthewall/myzsh.git ~/.myzsh fi done echo 'ZSH="$HOME/.myzsh"' > ~/.zshrc