diff --git a/zsh/exports.zsh b/zsh/env.zsh similarity index 100% rename from zsh/exports.zsh rename to zsh/env.zsh diff --git a/zsh/zgen.zsh b/zsh/plugins.zsh similarity index 100% rename from zsh/zgen.zsh rename to zsh/plugins.zsh diff --git a/zsh/zshrc b/zsh/zshrc index d2ca401..68b5373 100755 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -2,7 +2,7 @@ ZSH_DOTFILES="${0:h}" -for script in functions path exports zgen aliases palette theme; do +for script in functions path env plugins aliases palette theme; do source "$ZSH_DOTFILES/$script.zsh" source_if_exists "$ZSH_DOTFILES/custom/$script.zsh" done