devos/users/profiles/zsh/p10k.zsh.initfirst

4 lines
167 B
Text
Raw Normal View History

2021-04-10 14:46:40 +02:00
if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
fi