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