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:
parent
48197dcaf7
commit
c072544efb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue