From 8581e6bcbab9eb18eb8dadb1cb42a5a0af7fb62d Mon Sep 17 00:00:00 2001 From: Joel Grunbaum <joelgrun@gmail.com> Date: Mon, 13 Dec 2021 20:36:53 +0000 Subject: [PATCH] Merge branch 'master' into HEAD --- Makefile | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 83e60ba..1b4ff23 100644 --- a/Makefile +++ b/Makefile @@ -42,8 +42,8 @@ .PHONY: zsh zsh: - mkdir ~/.zsh - git clone https://github.com/zsh-users/antigen.git ~/.zsh/antigen + mkdir -p ~/.zsh + [ -d "${HOME}/.zsh/antigen" ] || git clone https://github.com/zsh-users/antigen.git ~/.zsh/antigen $(STOW) -t $(HOME) $@ .PHONY: termux -- Gitblit v1.9.3