Zsh: Remove --depth from .zshrc
This commit is contained in:
parent
73e7f7a90d
commit
c6af7af6ad
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue