diff options
| author | Ben Beltran <ben@nsovocal.com> | 2020-05-25 00:53:59 +0200 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2020-05-25 00:53:59 +0200 |
| commit | 0beb5ea29e9d920085fb5afb344dc65faaea9a1a (patch) | |
| tree | a312ee68c32794b2f6ae541b69ebb22dab99758e | |
| parent | 31df10186987d2e3dcd633302425886625e51fb9 (diff) | |
| parent | c3de6b2bd1fdf34b659ec16622045cab560a268e (diff) | |
Merge branch 'master' of gitlab.com:rbdr/dotfiles
| -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) |