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