diff --git a/oh-my-zsh.sh b/oh-my-zsh.sh index 848e48eb5..5a0331f7a 100644 --- a/oh-my-zsh.sh +++ b/oh-my-zsh.sh @@ -3,6 +3,8 @@ # add a function path fpath=($ZSH/functions $fpath) +for config_file ($HOME/.zshrc.*) source $config_file + # Load all of the config files in ~/oh-my-zsh that end in .zsh # TIP: Add files you don't want in git to .gitignore for config_file ($ZSH/lib/*.zsh) source $config_file