Fixed Git remote

This commit is contained in:
Eduard Zintz 2016-09-04 08:25:27 +02:00
parent f3a0c1ad00
commit ceae16e019

View file

@ -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" "$@"