diff options
Diffstat (limited to 'runcoms')
| -rw-r--r-- | runcoms/zshrc | 6 |
1 files changed, 6 insertions, 0 deletions
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) |