Including specific configuration for powerlevel10k if found.
This commit is contained in:
parent
e8fc9fffaa
commit
a3d7ffe1f6
1 changed files with 4 additions and 0 deletions
4
zshrc
4
zshrc
|
@ -56,3 +56,7 @@ if [[ -d $HOME/.zsh/conf.d ]]; then
|
||||||
source $file
|
source $file
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [[ -f ${HOME}/.p10k.zsh ]]; then
|
||||||
|
source ${HOME}/.p10k.zsh
|
||||||
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue