From a3d7ffe1f64fc88f974b736db8e92e39810b8d94 Mon Sep 17 00:00:00 2001 From: Emiliano Vavassori Date: Mon, 7 Oct 2024 20:48:09 +0200 Subject: [PATCH] Including specific configuration for powerlevel10k if found. --- zshrc | 4 ++++ 1 file changed, 4 insertions(+) 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