diff --git a/tag-zsh/zshrc b/tag-zsh/zshrc index 847742a..001f149 100644 --- a/tag-zsh/zshrc +++ b/tag-zsh/zshrc @@ -98,3 +98,6 @@ ZLE_REMOVE_SUFFIX_CHARS="" for zsh_source in $HOME/.zsh_profile.d/*.zsh; do source $zsh_source done + +# Local config +[[ -f ~/.zshrc.local ]] && source ~/.zshrc.local