fix(zsh): load profile first
This commit is contained in:
parent
22f690b4bf
commit
e29e3525e6
@ -12,11 +12,11 @@ configure() {
|
||||
init() {
|
||||
configure
|
||||
local wkdir="${BASE_ZSH_CONFIG_DIR}/config"
|
||||
source "${wkdir}/profile/init.zsh"
|
||||
source "${wkdir}/themes/init.zsh"
|
||||
source "${wkdir}/style/init.zsh"
|
||||
source "${wkdir}/omz/init.zsh"
|
||||
source "${wkdir}/plugins/init.zsh"
|
||||
source "${wkdir}/profile/init.zsh"
|
||||
source "${wkdir}/completions/init.zsh"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user