diff --git a/oh-my-zsh.sh b/oh-my-zsh.sh index c2b6049cb..0d14b8c95 100644 --- a/oh-my-zsh.sh +++ b/oh-my-zsh.sh @@ -40,6 +40,8 @@ done autoload -U compinit compinit -i +# Load all of your custom configurations from custom/ +for config_file ($ZSH_CUSTOM/*.zsh(.N)) source $config_file # Load all of the plugins that were defined in ~/.zshrc for plugin ($plugins); do @@ -50,9 +52,6 @@ for plugin ($plugins); do fi done -# Load all of your custom configurations from custom/ -for config_file ($ZSH_CUSTOM/*.zsh(.N)) source $config_file - # Load the theme if [ "$ZSH_THEME" = "random" ] then