zsh: Use $_ANTIGEN_INSTALL_DIR for macOS

This commit is contained in:
Oliver Davies 2020-06-09 22:23:19 +01:00
parent 2f74e7443a
commit 29171bba91

View file

@ -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.