mirror of
https://github.com/MillironX/dotfiles.git
synced 2024-11-15 03:13:10 +00:00
Update executable_dot_zshrc
This commit is contained in:
parent
b727c5219c
commit
ab434bc04e
1 changed files with 4 additions and 0 deletions
|
@ -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"
|
||||
fi
|
||||
|
||||
if [ -f "$HOME/.modules" ]; then
|
||||
source $HOME/.modules
|
||||
fi
|
||||
|
||||
# Load the antigen library
|
||||
if [[ ! -f "$HOME/.antigen.zsh" ]]; then
|
||||
curl -L git.io/antigen > $HOME/.antigen.zsh
|
||||
|
|
Loading…
Reference in a new issue