mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
move config files to the 'lib' directory
This commit is contained in:
parent
c10ba15ff2
commit
bc4f313983
7 changed files with 1 additions and 1 deletions
2
zshrc
2
zshrc
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue