zsh: Use $_ANTIGEN_INSTALL_DIR for macOS
This commit is contained in:
parent
2f74e7443a
commit
29171bba91
|
@ -1,5 +1,5 @@
|
||||||
if is_macos; then
|
if is_macos; then
|
||||||
source /usr/local/share/antigen/antigen.zsh
|
source $_ANTIGEN_INSTALL_DIR/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.
|
||||||
|
|
Loading…
Reference in a new issue