diff --git a/base/zshrc b/base/zshrc index e8df5f8..3d87f47 100644 --- a/base/zshrc +++ b/base/zshrc @@ -75,5 +75,6 @@ export LESSHISTFILE="$XDG_CACHE_HOME"/less_history && builtin source "$HOME/.fig/shell/zshrc.post.zsh" # To customize prompt, run `p10k configure` or edit ~/.p10k.zsh. -[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh +export P10K_LOCATION="$XDG_CONFIG_HOME/zsh/p10k.zsh" +[[ ! -f $P10K_LOCATION ]] || source $P10K_LOCATION diff --git a/base/p10k.zsh b/config/zsh/p10k.zsh similarity index 100% rename from base/p10k.zsh rename to config/zsh/p10k.zsh