2019-12-18 18:31:56 +00:00
|
|
|
if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
|
2020-04-05 22:18:15 +00:00
|
|
|
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
|
2019-12-18 18:31:56 +00:00
|
|
|
fi
|
2019-12-31 21:02:41 +00:00
|
|
|
source "${ZDOTDIR}/preferences.zsh"
|
2020-04-16 01:36:10 +00:00
|
|
|
source "${ZDOTDIR}/completions.zsh"
|
2019-12-31 21:02:41 +00:00
|
|
|
source "${ZDOTDIR}/bindings.zsh"
|
|
|
|
source "${ZDOTDIR}/custom.zsh"
|