ZSHFiles/.zshrc

8 lines
303 B
Bash
Raw Normal View History

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
source "${ZDOTDIR}/preferences.zsh"
2020-04-16 01:36:10 +00:00
source "${ZDOTDIR}/completions.zsh"
source "${ZDOTDIR}/bindings.zsh"
source "${ZDOTDIR}/custom.zsh"