From 8daae4c2d8a1a1726e5da5976082c188e5b2b93b Mon Sep 17 00:00:00 2001 From: LFDM <1986gh@gmail.com> Date: Fri, 3 Jan 2014 22:06:47 +0100 Subject: [PATCH] Removes setting of ZSH_CUSTOM in oh-my-zsh.sh --- oh-my-zsh.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/oh-my-zsh.sh b/oh-my-zsh.sh index 3c0f4f8f5..ea2f718b5 100644 --- a/oh-my-zsh.sh +++ b/oh-my-zsh.sh @@ -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