From a24626bbd005c376674d42e8138a39a36c0f5567 Mon Sep 17 00:00:00 2001 From: Jeremy McClure Date: Sat, 1 Aug 2026 07:45:01 -0400 Subject: [PATCH] Update 1 file: init.zsh --- default/.config/zsh/init.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/default/.config/zsh/init.zsh b/default/.config/zsh/init.zsh index 242e7c2..d70adb6 100644 --- a/default/.config/zsh/init.zsh +++ b/default/.config/zsh/init.zsh @@ -1,7 +1,7 @@ # first, run this from an interactive zsh terminal session: -if [[ -e "${ZDOTDIR}/.antidote" && ! -d "${ZDOTDIR}/.antidote" ]]; then +if [[ ! -d "${ZDOTDIR}/.antidote" ]]; then mkdir -p "${ZDOTDIR}/.antidote" && chmod 700 "${ZDOTDIR}/.antidote" - git clone --depth=1 https://github.com/mattmc3/antidote.git ${ZDOTDIR}/.antidote + git clone --depth=1 https://github.com/mattmc3/antidote.git "${ZDOTDIR}/.antidote" fi zsh_plugins=${ZDOTDIR}/.zsh_plugins