mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-06-20 17:47:48 +02:00
chore: fix typo (#13089)
This commit is contained in:
parent
44913a1f16
commit
476a7fc89e
@ -192,7 +192,7 @@ _omz_source() {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
# Load all of the lib files in ~/oh-my-zsh/lib that end in .zsh
|
# Load all of the lib files in ~/.oh-my-zsh/lib that end in .zsh
|
||||||
# TIP: Add files you don't want in git to .gitignore
|
# TIP: Add files you don't want in git to .gitignore
|
||||||
for lib_file ("$ZSH"/lib/*.zsh); do
|
for lib_file ("$ZSH"/lib/*.zsh); do
|
||||||
_omz_source "lib/${lib_file:t}"
|
_omz_source "lib/${lib_file:t}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user