aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Beltran <ben@nsovocal.com>2020-05-25 00:53:59 +0200
committerBen Beltran <ben@nsovocal.com>2020-05-25 00:53:59 +0200
commit0beb5ea29e9d920085fb5afb344dc65faaea9a1a (patch)
treea312ee68c32794b2f6ae541b69ebb22dab99758e
parent31df10186987d2e3dcd633302425886625e51fb9 (diff)
parentc3de6b2bd1fdf34b659ec16622045cab560a268e (diff)
Merge branch 'master' of gitlab.com:rbdr/dotfiles
-rw-r--r--runcoms/zshrc6
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)