From d2c4ae8afe165652fda4db36a76695b9b8c93d64 Mon Sep 17 00:00:00 2001 From: sc-idevops Date: Mon, 1 Apr 2024 20:32:02 -0400 Subject: [PATCH] fixed url --- prezto.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"