From d51de5bb17451be44db7740845d773bc350e985f Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 10 Jun 2020 11:42:19 +0100 Subject: [PATCH] Revert "zsh: Use $_ANTIGEN_INSTALL_DIR for macOS" This reverts commit 29171bba915719c4f179df3fc9fb3cc93ba16977. --- 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 c037e77..3255541 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.