1
0
Fork 0
mirror of https://github.com/MillironX/dotfiles.git synced 2024-11-21 13:16:04 +00:00

Update executable_dot_zshrc.tmpl

This commit is contained in:
Thomas A. Christensen II 2023-03-02 12:04:36 -06:00
parent 48197dcaf7
commit c072544efb
Signed by: millironx
GPG key ID: 09335146883990B9

View file

@ -21,7 +21,7 @@ fi
if [[ ! -f "$HOME/antigen.zsh" ]]; then if [[ ! -f "$HOME/antigen.zsh" ]]; then
curl -L git.io/antigen > $HOME/antigen.zsh curl -L git.io/antigen > $HOME/antigen.zsh
fi fi
source "$HOME/.antigen.zsh" source "$HOME/antigen.zsh"
# Load the oh-my-zsh library # Load the oh-my-zsh library
antigen use oh-my-zsh antigen use oh-my-zsh