From 0f277104ffc5e571c0a89c48ea4dc25d5ae00ebe Mon Sep 17 00:00:00 2001 From: Hyacinthe Cartiaux Date: Fri, 3 May 2013 02:29:21 +0200 Subject: [PATCH] [install] Prefer the https protocol --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 9093679..a057d36 100755 --- a/install.sh +++ b/install.sh @@ -13,7 +13,7 @@ cd ~ mkdir -p ~/.zsh cd ~/.zsh -[[ ! -d ~/.zsh/zsh-syntax-highlighting ]] && git clone git://github.com/zsh-users/zsh-syntax-highlighting.git +[[ ! -d ~/.zsh/zsh-syntax-highlighting ]] && git clone https://github.com/zsh-users/zsh-syntax-highlighting.git [[ -d ~/.zsh/zsh-syntax-highlighting ]] && (cd ~/.zsh/zsh-syntax-highlighting ; git pull ) ln -sf $DOTFILES/zsh/prompt_hyacinthe_setup ~/.zsh/prompt_hyacinthe_setup ln -sf $DOTFILES/zsh/zshrc ~/.zshrc