about summary refs log tree commit diff
path: root/.config/zsh/.zshrc
blob: ff7dc102d7483364c4418966a7fcb50aba33dc94 (plain) (blame)
1
2
3
4
5
6
7
source $ZDOTDIR/zshrc

# load remaining config
for conf in "$ZDOTDIR/"*.zsh; do
	source "${conf}"
done
unset conf