From 899a473f865bc73b8edbef8c9469f8590e0bd145 Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 6 Jun 2022 17:44:11 +0200 Subject: [PATCH] zsh: source local config --- .config/zsh/.zshrc | 1 + 1 file changed, 1 insertion(+) 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