From 72f2e187a9b93470dd8730d70b3602978de12d7f Mon Sep 17 00:00:00 2001 From: "chawley (chawley-HP-EliteBook-840-G3)" Date: Thu, 21 Mar 2019 15:35:54 -0400 Subject: [PATCH] Added allowance for local config files --- .zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zshrc b/.zshrc index 2834238..06af746 100644 --- a/.zshrc +++ b/.zshrc @@ -66,6 +66,9 @@ source $ZSH/oh-my-zsh.sh source $HOME/.zsh_aliases source $HOME/.zsh_functions +# If there is a .zsh_local file, source it +[ -f ~/.zsh_local ] && source ~/.zsh_local + # --------------------------------------------------------------------------------------------------------------------- # ==> History #