diff --git a/zshrc b/zshrc index ceb9735..b90d70d 100644 --- a/zshrc +++ b/zshrc @@ -56,3 +56,7 @@ if [[ -d $HOME/.zsh/conf.d ]]; then source $file done fi + +if [[ -f ${HOME}/.p10k.zsh ]]; then + source ${HOME}/.p10k.zsh +fi