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 #