summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/cli.zsh (renamed from core/cli.zsh)0
-rw-r--r--oh-my-zsh.sh5
2 files changed, 0 insertions, 5 deletions
diff --git a/core/cli.zsh b/lib/cli.zsh
index 8c0fabb82..8c0fabb82 100644
--- a/core/cli.zsh
+++ b/lib/cli.zsh
diff --git a/oh-my-zsh.sh b/oh-my-zsh.sh
index bfb538423..30259372c 100644
--- a/oh-my-zsh.sh
+++ b/oh-my-zsh.sh
@@ -73,11 +73,6 @@ else
fi
-# Load core files
-for core_file ($ZSH/core/*.zsh); do
- source "$core_file"
-done
-
# Load all of the config files in ~/oh-my-zsh that end in .zsh
# TIP: Add files you don't want in git to .gitignore
for config_file ($ZSH/lib/*.zsh); do