From c072544efbde062f20b85f08e423c2382f189845 Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Thu, 2 Mar 2023 12:04:36 -0600 Subject: [PATCH] Update executable_dot_zshrc.tmpl --- executable_dot_zshrc.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/executable_dot_zshrc.tmpl b/executable_dot_zshrc.tmpl index 87f0427..a9f0d6e 100644 --- a/executable_dot_zshrc.tmpl +++ b/executable_dot_zshrc.tmpl @@ -21,7 +21,7 @@ fi if [[ ! -f "$HOME/antigen.zsh" ]]; then curl -L git.io/antigen > $HOME/antigen.zsh fi -source "$HOME/.antigen.zsh" +source "$HOME/antigen.zsh" # Load the oh-my-zsh library antigen use oh-my-zsh