Removes setting of ZSH_CUSTOM in oh-my-zsh.sh

This commit is contained in:
LFDM 2014-01-03 22:06:47 +01:00
commit 8daae4c2d8

View file

@ -14,13 +14,6 @@ for config_file ($ZSH/lib/*.zsh); do
source $config_file
done
# Set ZSH_CUSTOM to the path where your custom config files
# and plugins exists, or else we will use the default custom/
if [[ -z "$ZSH_CUSTOM" ]]; then
ZSH_CUSTOM="$ZSH/custom"
fi
is_plugin() {
local base_dir=$1
local name=$2