From e89c8f07a30ea15eceb7420e750d8405b5bb346b Mon Sep 17 00:00:00 2001 From: LFDM <1986gh@gmail.com> Date: Sun, 5 Jan 2014 00:10:29 +0100 Subject: [PATCH] Updates a comment. --- oh-my-zsh.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/oh-my-zsh.sh b/oh-my-zsh.sh index 342117fd0..66a25fa62 100644 --- a/oh-my-zsh.sh +++ b/oh-my-zsh.sh @@ -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