From c6af7af6ad3e5c25eb97b279281114bf24a9b8db Mon Sep 17 00:00:00 2001 From: the_4n0nym0u53 Date: Tue, 15 Mar 2022 19:25:08 +0100 Subject: [PATCH] Zsh: Remove --depth from .zshrc --- zsh/.config/zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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