move config files to the 'lib' directory

This commit is contained in:
Dmytro Meleshko 2018-07-04 23:59:32 +03:00
parent c10ba15ff2
commit bc4f313983
7 changed files with 1 additions and 1 deletions

2
zshrc
View File

@ -15,7 +15,7 @@ find_dotfiles_dir() {
find_dotfiles_dir
for script in functions path exports aliases oh-my-zsh widgets; do
source "${DOTFILES_DIR}/${script}.zsh"
source "${DOTFILES_DIR}/lib/${script}.zsh"
done
source_if_exists "$ZSH/custom/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.plugin.zsh"