read local zsh config if it exists

This commit is contained in:
Sami Samhuri 2017-06-15 16:06:23 -07:00
parent 22b18854c4
commit 76de776416
No known key found for this signature in database
GPG key ID: F76F41F04D99808F
2 changed files with 5 additions and 0 deletions

1
.gitignore vendored
View file

@ -1,4 +1,5 @@
zsh/zhistory
zsh/zlocal
zsh/.zcompdump
emacs.d/auto-save-list/.saves*
.DS_Store

4
zshrc
View file

@ -75,6 +75,10 @@ if mac; then
}
fi
if [[ -r "$ZDOTDIR/zlocal" ]]; then
source "$ZDOTDIR/zlocal"
fi
# 4. Shell Options
# ================