From 21a28dd90b3409d5c94e3c01b299877561550a8d Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Tue, 12 Oct 2021 15:18:38 -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 ecfb666..1c9e3dc 100644 --- a/executable_dot_zshrc +++ b/executable_dot_zshrc @@ -17,7 +17,7 @@ fi # Load the antigen library if [[ ! -f "$HOME/.antigen.zsh" ]]; then - curl -L git.io/antigen > $HOME/.antigen.zsh + curl -L git.io/antigen > $HOME/antigen.zsh fi source "$HOME/.antigen.zsh"