diff --git a/prezto.zsh b/prezto.zsh index a36e16d..c4b915a 100755 --- a/prezto.zsh +++ b/prezto.zsh @@ -1,7 +1,7 @@ #!/bin/zsh CPU_CORES=$(nproc --all) #Initializes Prezto -git clone --recursive -j $CPU_CORES https://github.com/steveokard/prezto.git "$HOME/.zprezto" +git clone --recursive -j $CPU_CORES https://github.com/sc-idevops/prezto.git "$HOME/.zprezto" #Remove old stuff echo "....Creating symlinks"