diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index aeb1cb2..d70c801 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -157,6 +157,7 @@ esac [[ -f ${ZDOTDIR}/aliases.zsh ]] && source ${ZDOTDIR}/aliases.zsh [[ -d ${ZDOTDIR}/functions ]] && autoload -Uz ${ZDOTDIR}/functions/* [[ -f ${ZDOTDIR}/themes/syntax-tastytea.zsh ]] && source ${ZDOTDIR}/themes/syntax-tastytea.zsh +[[ -f ${ZDOTDIR}/local.zsh ]] && source ${ZDOTDIR}/local.zsh zstyle ':vcs_info:*' enable git svn hg # vcs_info_printsys zstyle ':vcs_info:*' check-for-changes true