mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-16 02:27:03 +01:00
Renamed lib/ to functions/ and renamed files inside of it.
This commit is contained in:
parent
00d4f280ae
commit
3fd9cf9f86
25 changed files with 445 additions and 445 deletions
|
|
@ -6,8 +6,8 @@ if [[ "$TERM" == 'dumb' ]]; then
|
|||
fi
|
||||
|
||||
# Load all files in $ZSH/oh-my-zsh/lib/ that end in .zsh.
|
||||
for config_file in $ZSH/lib/*.zsh; do
|
||||
source "$config_file"
|
||||
for function_file in $ZSH/functions/*.zsh; do
|
||||
source "$function_file"
|
||||
done
|
||||
|
||||
# Add all defined plugins to fpath.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue