From addb5618085aa896b3cb50c71661ae39536cbe13 Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Tue, 12 Oct 2021 15:23:33 -0500 Subject: [PATCH] Update executable_dot_zshrc --- executable_dot_zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/executable_dot_zshrc b/executable_dot_zshrc index 1c9e3dc..b081566 100644 --- a/executable_dot_zshrc +++ b/executable_dot_zshrc @@ -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"