]> git.r.bdr.sh - rbdr/dotfiles/commitdiff
Load a local config for local overrides
authorBen Beltran <redacted>
Fri, 21 Feb 2020 07:59:14 +0000 (08:59 +0100)
committerBen Beltran <redacted>
Fri, 21 Feb 2020 07:59:14 +0000 (08:59 +0100)
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)