mirror of
https://github.com/MillironX/dotfiles.git
synced 2024-11-15 03:13:10 +00:00
Update executable_dot_zshrc
This commit is contained in:
parent
21a28dd90b
commit
addb561808
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Load the antigen library
|
# Load the antigen library
|
||||||
if [[ ! -f "$HOME/.antigen.zsh" ]]; then
|
if [[ ! -f "$HOME/antigen.zsh" ]]; then
|
||||||
curl -L git.io/antigen > $HOME/antigen.zsh
|
curl -L git.io/antigen > $HOME/antigen.zsh
|
||||||
fi
|
fi
|
||||||
source "$HOME/.antigen.zsh"
|
source "$HOME/.antigen.zsh"
|
||||||
|
|
Loading…
Reference in a new issue