diff --git a/.gitignore b/.gitignore index 3975ba3..d021c81 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ zsh/zhistory +zsh/zlocal zsh/.zcompdump emacs.d/auto-save-list/.saves* .DS_Store diff --git a/zshrc b/zshrc index 15f13aa..67f601f 100755 --- a/zshrc +++ b/zshrc @@ -75,6 +75,10 @@ if mac; then } fi +if [[ -r "$ZDOTDIR/zlocal" ]]; then + source "$ZDOTDIR/zlocal" +fi + # 4. Shell Options # ================