mirror of
https://github.com/MillironX/dotfiles.git
synced 2024-11-14 19:03:09 +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
|
||||
|
||||
# Load the antigen library
|
||||
if [[ ! -f "$HOME/.antigen.zsh" ]]; then
|
||||
if [[ ! -f "$HOME/antigen.zsh" ]]; then
|
||||
curl -L git.io/antigen > $HOME/antigen.zsh
|
||||
fi
|
||||
source "$HOME/.antigen.zsh"
|
||||
|
|
Loading…
Reference in a new issue