mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
Updates a comment.
This commit is contained in:
parent
5e78b94d55
commit
e89c8f07a3
1 changed files with 2 additions and 1 deletions
|
|
@ -10,9 +10,10 @@ check_for_updates() {
|
|||
fi
|
||||
}
|
||||
|
||||
# Resolves the names insode of the plugins array to their respective paths.
|
||||
# Resolves the names inside of the plugins array to their respective paths.
|
||||
# Custom plugins take precedence, if one is found, the default plugin won't
|
||||
# be added to ZSH_PLUGIN_PATHS.
|
||||
# This variable is used to initialize zsh completions and load the plugins.
|
||||
find_plugin_paths() {
|
||||
ZSH_PLUGIN_PATHS=()
|
||||
local plugin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue