fix git theme
This commit is contained in:
parent
8e067be0b1
commit
aa6bf82476
1 changed files with 2 additions and 2 deletions
4
zshrc
4
zshrc
|
|
@ -9,10 +9,10 @@ source "${HOME}/.zgen/zgen.zsh"
|
||||||
if ! zgen saved; then
|
if ! zgen saved; then
|
||||||
# Configuration
|
# Configuration
|
||||||
zgen load hybris42/zsh ${USER}.zsh
|
zgen load hybris42/zsh ${USER}.zsh
|
||||||
# Theme
|
|
||||||
zgen load hybris42/zsh ${USER}.theme
|
|
||||||
# Plugins
|
# Plugins
|
||||||
zgen load hybris42/zsh ${USER}.plugins
|
zgen load hybris42/zsh ${USER}.plugins
|
||||||
|
# Theme
|
||||||
|
zgen load hybris42/zsh ${USER}.theme
|
||||||
# Completions
|
# Completions
|
||||||
zgen load hybris42/zsh ${USER}.completions
|
zgen load hybris42/zsh ${USER}.completions
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue