I should add an alias for this
This commit is contained in:
parent
4e8e220c43
commit
febfc63d7a
|
@ -15,7 +15,7 @@ ADOTDIR=~/.cache/antigen
|
||||||
mkdir -p $ADOTDIR
|
mkdir -p $ADOTDIR
|
||||||
typeset -a ANTIGEN_CHECK_FILES=(~/.config/shell/zshrc)
|
typeset -a ANTIGEN_CHECK_FILES=(~/.config/shell/zshrc)
|
||||||
|
|
||||||
[ -f ~/.local/share/zsh/antigen.zsh ] || curl -L git.io/antigen > ~/.local/share/zsh/antigen.zsh
|
[ -f ~/.local/share/zsh/antigen.zsh ] || (mkdir -p ~/.local/share/zsh/ && curl -L git.io/antigen > ~/.local/share/zsh/antigen.zsh)
|
||||||
source ~/.local/share/zsh/antigen.zsh
|
source ~/.local/share/zsh/antigen.zsh
|
||||||
|
|
||||||
# This is better to have them installed as system since we can use them as root
|
# This is better to have them installed as system since we can use them as root
|
||||||
|
|
Loading…
Reference in a new issue