Remove macOS and PhpStorm logic
This commit is contained in:
parent
e9a8ec2734
commit
b7541a195e
3 changed files with 4 additions and 36 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue