Temporary fix for fred theme initial clone
This commit is contained in:
parent
3773c8dd1f
commit
bddefe2fb9
5
.zshrc
5
.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 <<EOBUNDLES
|
||||
http://adamgoldsmith.name/cgit/zsh/fred-prompt.git prompt_fred_setup
|
||||
https://adamgoldsmith.name/cgit/zsh/fred-prompt.git prompt_fred_setup
|
||||
zsh-users/zsh-syntax-highlighting
|
||||
zsh-users/zsh-history-substring-search
|
||||
Eriner/zim modules/directory
|
||||
|
Loading…
Reference in New Issue
Block a user