ZSHFiles/.zshrc

14 lines
425 B
Bash
Raw Normal View History

ZSHBASECFG=/home/caskd/.zsh
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
if [[ -z "$DISPLAY" ]] && [[ $(tty) = /dev/tty1 ]]; then
startx
logout
fi
source "${ZSHBASECFG}/completions.zsh"
source "${ZSHBASECFG}/preferences.zsh"
source "${ZSHBASECFG}/bindings.zsh"
source "${ZSHBASECFG}/custom.zsh"