Including specific configuration for powerlevel10k if found.

This commit is contained in:
Emiliano Vavassori 2024-10-07 20:48:09 +02:00
parent e8fc9fffaa
commit a3d7ffe1f6

4
zshrc
View File

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