From: Ben Beltran Date: Fri, 21 Feb 2020 07:59:14 +0000 (+0100) Subject: Load a local config for local overrides X-Git-Url: https://git.r.bdr.sh/rbdr/dotfiles/commitdiff_plain/c3de6b2bd1fdf34b659ec16622045cab560a268e?ds=sidebyside Load a local config for local overrides --- diff --git a/runcoms/zshrc b/runcoms/zshrc index 189c40d..2cd5ce2 100644 --- a/runcoms/zshrc +++ b/runcoms/zshrc @@ -61,4 +61,10 @@ if [[ -s "${ZDOTDIR:-$HOME}/.secrets.zsh" ]]; then source "${ZDOTDIR:-$HOME}/.secrets.zsh" fi +# Load a local config + +if [[ -s "${ZDOTDIR:-$HOME}/.zshrc.local" ]]; then + source "${ZDOTDIR:-$HOME}/.zshrc.local" +fi + eval $(/usr/libexec/path_helper -s)