[zsh] rename some files

This commit is contained in:
Dmytro Meleshko 2019-04-23 21:38:53 +03:00
parent 13e06b310d
commit 7eb2fd3b1e
3 changed files with 1 additions and 1 deletions

View File

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