From ceae16e0196146ad5b9f856b882edce5a83bedab Mon Sep 17 00:00:00 2001 From: Eduard Zintz Date: Sun, 4 Sep 2016 08:25:27 +0200 Subject: [PATCH] Fixed Git remote --- install.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.zsh b/install.zsh index d33e320e..4be9451f 100755 --- a/install.zsh +++ b/install.zsh @@ -6,7 +6,7 @@ setopt EXTENDED_GLOB autoload -U colors && colors PREZTO_DIRECTORY="${ZDOTDIR:-$HOME}/.zprezto" -PREZTO_GIT_REMOTE="https://github.com/ezintz/prezto.git" +PREZTO_GIT_REMOTE="https://github.com/sorin-ionescu/prezto.git" function print_header { printf "\n${fg[blue]}%s${reset_color}\n" "$@"