1
0
Fork 0
mirror of https://github.com/MillironX/dotfiles.git synced 2024-11-15 11:23:08 +00:00

Update executable_dot_zshrc

This commit is contained in:
Thomas A. Christensen II 2021-08-25 11:15:41 -05:00
parent b727c5219c
commit ab434bc04e

View file

@ -5,6 +5,10 @@ if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
fi fi
if [ -f "$HOME/.modules" ]; then
source $HOME/.modules
fi
# Load the antigen library # Load the antigen library
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