From 5e78b94d5559650aef8ed0cb9ca1bab9a3446fb4 Mon Sep 17 00:00:00 2001 From: LFDM <1986gh@gmail.com> Date: Sat, 4 Jan 2014 23:45:12 +0100 Subject: [PATCH] Refactors a comment. --- oh-my-zsh.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/oh-my-zsh.sh b/oh-my-zsh.sh index c497aa17d..342117fd0 100644 --- a/oh-my-zsh.sh +++ b/oh-my-zsh.sh @@ -10,9 +10,9 @@ check_for_updates() { fi } -# Resolves plugin names to their respective paths. -# If a custom plugin is defined, the default plugin -# won't be added to the plugin_paths. +# Resolves the names insode 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. find_plugin_paths() { ZSH_PLUGIN_PATHS=() local plugin