Renamed lib/ to functions/ and renamed files inside of it.
This commit is contained in:
parent
00d4f280ae
commit
3fd9cf9f86
@ -6,8 +6,8 @@ if [[ "$TERM" == 'dumb' ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Load all files in $ZSH/oh-my-zsh/lib/ that end in .zsh.
|
# Load all files in $ZSH/oh-my-zsh/lib/ that end in .zsh.
|
||||||
for config_file in $ZSH/lib/*.zsh; do
|
for function_file in $ZSH/functions/*.zsh; do
|
||||||
source "$config_file"
|
source "$function_file"
|
||||||
done
|
done
|
||||||
|
|
||||||
# Add all defined plugins to fpath.
|
# Add all defined plugins to fpath.
|
||||||
|
Reference in New Issue
Block a user