1
0
Fork 0
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:
Thomas A. Christensen II 2021-10-12 15:23:33 -05:00
parent 21a28dd90b
commit addb561808

View file

@ -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"