fix: setup zsh theme before sourcing oh-my-zsh
This commit is contained in:
parent
f3888fa03e
commit
cbbf1a2be8
|
@ -12,6 +12,13 @@ compinit
|
||||||
|
|
||||||
source ~/.config/envman/PATH.env
|
source ~/.config/envman/PATH.env
|
||||||
|
|
||||||
|
################################
|
||||||
|
# Env
|
||||||
|
################################
|
||||||
|
|
||||||
|
# See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes
|
||||||
|
ZSH_THEME="ys"
|
||||||
|
|
||||||
################################
|
################################
|
||||||
# Plugins & Modules
|
# Plugins & Modules
|
||||||
################################
|
################################
|
||||||
|
@ -28,13 +35,6 @@ plugins=(
|
||||||
export ZSH="$HOME/.oh-my-zsh"
|
export ZSH="$HOME/.oh-my-zsh"
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
|
|
||||||
################################
|
|
||||||
# Env
|
|
||||||
################################
|
|
||||||
|
|
||||||
# See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes
|
|
||||||
ZSH_THEME="ys"
|
|
||||||
|
|
||||||
################################
|
################################
|
||||||
# Aliases
|
# Aliases
|
||||||
################################
|
################################
|
||||||
|
|
Loading…
Reference in a new issue