Optimize Zgenom

This commit is contained in:
Correl Roush 2023-05-01 18:22:09 -04:00
parent ede1e11002
commit e9737deb4b

3
.zshrc
View file

@ -12,6 +12,7 @@ else
git clone https://github.com/jandamm/zgenom.git "${HOME}/.zgenom" git clone https://github.com/jandamm/zgenom.git "${HOME}/.zgenom"
fi fi
source $HOME/.zgenom/zgenom.zsh source $HOME/.zgenom/zgenom.zsh
zgenom autoupdate
if ! zgenom saved; then if ! zgenom saved; then
zgenom ohmyzsh zgenom ohmyzsh
zgenom ohmyzsh plugins/git zgenom ohmyzsh plugins/git
@ -24,6 +25,8 @@ else
nojhan/liquidprompt nojhan/liquidprompt
zsh-users/zsh-syntax-highlighting zsh-users/zsh-syntax-highlighting
EOF EOF
zgenom save
zgenom compile $HOME/.zshrc
fi fi
unsetopt correct_all unsetopt correct_all
fi fi