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
|
||||
# Configuration
|
||||
zgen load hybris42/zsh ${USER}.zsh
|
||||
# Theme
|
||||
zgen load hybris42/zsh ${USER}.theme
|
||||
# Plugins
|
||||
zgen load hybris42/zsh ${USER}.plugins
|
||||
# Theme
|
||||
zgen load hybris42/zsh ${USER}.theme
|
||||
# Completions
|
||||
zgen load hybris42/zsh ${USER}.completions
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue