From 29171bba915719c4f179df3fc9fb3cc93ba16977 Mon Sep 17 00:00:00 2001
From: Oliver Davies <oliver@oliverdavies.uk>
Date: Tue, 9 Jun 2020 22:23:19 +0100
Subject: [PATCH] zsh: Use $_ANTIGEN_INSTALL_DIR for macOS

---
 tag-zsh/zsh/configs/plugins.zsh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tag-zsh/zsh/configs/plugins.zsh b/tag-zsh/zsh/configs/plugins.zsh
index 3255541d..c037e775 100644
--- a/tag-zsh/zsh/configs/plugins.zsh
+++ b/tag-zsh/zsh/configs/plugins.zsh
@@ -1,5 +1,5 @@
 if is_macos; then
-  source /usr/local/share/antigen/antigen.zsh
+  source $_ANTIGEN_INSTALL_DIR/antigen.zsh
 elif is_linux; then
   # antigen.zsh has been downloaded manually for now,
   # see https://github.com/zsh-users/antigen/issues/659.