From c6197c7da9e5e911119339e7108fd03f8f1a44dd Mon Sep 17 00:00:00 2001 From: steveokard Date: Tue, 5 Jun 2018 11:01:48 -0400 Subject: [PATCH] switched to bitbucket --- prezto.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prezto.zsh b/prezto.zsh index 8ec1ead..218e955 100755 --- a/prezto.zsh +++ b/prezto.zsh @@ -2,7 +2,7 @@ #Initializes Prezto # Clone Prezto -git clone --recursive https://github.com/steveokard/prezto.git "${ZDOTDIR:-$HOME}/stevset/prezto/.zprezto" +git clone --recursive https://Stefenauris@bitbucket.org/Stefenauris/prezto-fork.git "${ZDOTDIR:-$HOME}/stevset/prezto/.zprezto" #Remove old stuff rm -rf ~/.zshrc ~/.zsh ~/.zprofile @@ -13,5 +13,5 @@ for rcfile in "${ZDOTDIR:-$HOME}"/stevset/prezto/.zprezto/runcoms/^README.md(.N) ln -s "$rcfile" "${ZDOTDIR:-$HOME}/.${rcfile:t}" done -#Fix History +#Fix History if it exists cat ~/.zsh_history > ~/.zhistory