mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
Removes setting of ZSH_CUSTOM in oh-my-zsh.sh
This commit is contained in:
parent
a2a4af0f51
commit
8daae4c2d8
1 changed files with 0 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue