p10k should be loaded after.
This commit is contained in:
parent
e94a4c9e7e
commit
d8d598f888
@ -50,8 +50,8 @@ if [[ $(command -v vivid) ]]; then
|
||||
else
|
||||
unset LS_COLORS
|
||||
fi
|
||||
source "${ZDOTDIR}/p10k.zsh"
|
||||
source ~/.local/git/zsh_modules/powerlevel10k/powerlevel10k.zsh-theme
|
||||
source "${ZDOTDIR}/p10k.zsh"
|
||||
if [[ -r "${XDG_CACHE_HOME}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
|
||||
source "${XDG_CACHE_HOME}/p10k-instant-prompt-${(%):-%n}.zsh"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user