zsh: Override antigen.zsh Linux path again
This commit is contained in:
parent
108d4fd9fd
commit
2f74e7443a
|
@ -1,7 +1,9 @@
|
||||||
if is_macos; then
|
if is_macos; then
|
||||||
source /usr/local/share/antigen/antigen.zsh
|
source /usr/local/share/antigen/antigen.zsh
|
||||||
elif is_linux; then
|
elif is_linux; then
|
||||||
source /usr/share/zsh-antigen/antigen.zsh
|
# antigen.zsh has been downloaded manually for now,
|
||||||
|
# see https://github.com/zsh-users/antigen/issues/659.
|
||||||
|
source $HOME/.antigen.zsh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
antigen bundle mollifier/cd-gitroot
|
antigen bundle mollifier/cd-gitroot
|
||||||
|
|
Loading…
Reference in a new issue