diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index e7adb75..9d82e6b 100644 --- a/zsh/.config/zsh/.zshrc +++ b/zsh/.config/zsh/.zshrc @@ -12,7 +12,7 @@ for zfile in $ZDOTDIR/*.zsh; do done # Clone Antidote if necessary -[[ -e $ZDOTDIR/.antidote ]] || git clone https://github.com/mattmc3/antidote.git --depth=1 $ZDOTDIR/.antidote +[[ -e $ZDOTDIR/.antidote ]] || git clone https://github.com/mattmc3/antidote.git $ZDOTDIR/.antidote # Source Antidote source $ZDOTDIR/.antidote/antidote.zsh