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