From bddefe2fb9120dfa1f5dc9da38f8c0f50adf4f9e Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Fri, 1 Sep 2017 15:29:13 -0400 Subject: [PATCH] Temporary fix for fred theme initial clone --- .zshrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 843150d..ac259bf 100644 --- a/.zshrc +++ b/.zshrc @@ -3,8 +3,11 @@ ADOTDIR="$HOME/.antigen" [ ! -e "$ADOTDIR" ] && git clone https://github.com/zsh-users/antigen.git "$ADOTDIR" source "$ADOTDIR/antigen.zsh" +# Temporary, hopefully remove later when antigen correctly fails to shallow clone from http +[ ! -e "$ADOTDIR/bundles/zsh/fred-prompt" ] && git clone https://adamgoldsmith.name/cgit/zsh/fred-prompt.git/ $ADOTDIR/bundles/zsh/fred-prompt + antigen bundles <