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
|
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
|
||||||
|
|
Loading…
Reference in a new issue