dotfiles/zshrc

7 lines
132 B
Bash
Raw Normal View History

2017-08-16 13:50:12 +00:00
if [[ -s "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" ]]; then
source "${ZDOTDIR:-$HOME}/.zprezto/init.zsh"
fi
2016-02-19 02:55:51 +00:00
2017-08-16 13:50:12 +00:00
source ~/.zshrc.local
2016-02-19 20:46:43 +00:00