]> git.r.bdr.sh - rbdr/dotfiles/blobdiff - runcoms/zshrc
Load a local config for local overrides
[rbdr/dotfiles] / runcoms / zshrc
index 189c40d48b2b0137d94f6d3c5de8fa6770b276db..2cd5ce2545d32784261bf5b2eafc5a88020dd9a5 100644 (file)
@@ -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)