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 <