mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[zsh] rename 'lib' to 'zsh'
This commit is contained in:
parent
76758e8cdc
commit
5f22915211
9 changed files with 1 additions and 1 deletions
2
zshrc
2
zshrc
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue