dotar/zsh/zshrc

8 lines
213 B
Bash
Raw Permalink Normal View History

2017-08-09 16:16:48 +08:00
# Source Prezto.
if [[ -s "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" ]]; then
source "${ZDOTDIR:-$HOME}/.zprezto/init.zsh"
fi
# Customize to your needs...
for config_file ($HOME/.yadr/zsh/*.zsh) source $config_file