diff --git a/config/zsh/.zshrc b/config/zsh/.zshrc index 68f9997..3634c03 100644 --- a/config/zsh/.zshrc +++ b/config/zsh/.zshrc @@ -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