mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-24 03:00:10 +00:00
Optimize Zgenom
This commit is contained in:
parent
ede1e11002
commit
e9737deb4b
1 changed files with 3 additions and 0 deletions
3
.zshrc
3
.zshrc
|
@ -12,6 +12,7 @@ else
|
|||
git clone https://github.com/jandamm/zgenom.git "${HOME}/.zgenom"
|
||||
fi
|
||||
source $HOME/.zgenom/zgenom.zsh
|
||||
zgenom autoupdate
|
||||
if ! zgenom saved; then
|
||||
zgenom ohmyzsh
|
||||
zgenom ohmyzsh plugins/git
|
||||
|
@ -24,6 +25,8 @@ else
|
|||
nojhan/liquidprompt
|
||||
zsh-users/zsh-syntax-highlighting
|
||||
EOF
|
||||
zgenom save
|
||||
zgenom compile $HOME/.zshrc
|
||||
fi
|
||||
unsetopt correct_all
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue