Zsh: Remove --depth from .zshrc

This commit is contained in:
the_4n0nym0u53 2022-03-15 19:25:08 +01:00
parent 73e7f7a90d
commit c6af7af6ad
No known key found for this signature in database
GPG Key ID: 35EE09F5481049BB
1 changed files with 1 additions and 1 deletions

View File

@ -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