mirror of
https://github.com/MillironX/dotfiles.git
synced 2024-11-24 22:29:55 +00:00
Update executable_dot_zshrc
This commit is contained in:
parent
4f2e31565e
commit
21a28dd90b
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ 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