feat(shell): moved p10k from root

This commit is contained in:
2023-08-11 11:32:06 +03:00
parent 2ecbefecf7
commit c6567f4f98
2 changed files with 2 additions and 1 deletions

View File

@@ -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