Remove macOS and PhpStorm logic

This commit is contained in:
Oliver Davies 2021-06-10 23:08:32 +01:00
parent e9a8ec2734
commit b7541a195e
3 changed files with 4 additions and 36 deletions

View file

@ -1,10 +1,6 @@
if is_macos; then
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.
source $HOME/.antigen.zsh
fi
# antigen.zsh has been downloaded manually for now,
# see https://github.com/zsh-users/antigen/issues/659.
source $HOME/.antigen.zsh
antigen bundle mollifier/cd-gitroot
antigen bundle zsh-users/zsh-autosuggestions