Added allowance for local config files

This commit is contained in:
2019-03-21 15:35:54 -04:00
parent b766df440a
commit 72f2e187a9

3
.zshrc
View File

@@ -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
#