Revert "zsh: Use $_ANTIGEN_INSTALL_DIR for macOS"

This reverts commit 29171bba91.
This commit is contained in:
Oliver Davies 2020-06-10 11:42:19 +01:00
parent cb22f5ae67
commit d51de5bb17

View file

@ -1,5 +1,5 @@
if is_macos; then if is_macos; then
source $_ANTIGEN_INSTALL_DIR/antigen.zsh source /usr/local/share/antigen/antigen.zsh
elif is_linux; then elif is_linux; then
# antigen.zsh has been downloaded manually for now, # antigen.zsh has been downloaded manually for now,
# see https://github.com/zsh-users/antigen/issues/659. # see https://github.com/zsh-users/antigen/issues/659.