[zsh] rename 'lib' to 'zsh'

This commit is contained in:
Dmytro Meleshko 2019-04-22 13:06:38 +03:00
parent 76758e8cdc
commit 5f22915211
9 changed files with 1 additions and 1 deletions

2
zshrc
View File

@ -3,7 +3,7 @@
DOTFILES_PATH="${0:h}"
for script in functions path exports zgen aliases palette theme; do
source "$DOTFILES_PATH/lib/$script.zsh"
source "$DOTFILES_PATH/zsh/$script.zsh"
source_if_exists "$DOTFILES_PATH/custom/$script.zsh"
done