core: move core folder to lib, for now

master
Marc Cornellà 6 years ago
parent 07bcf041c0
commit 173d4ca68f
  1. 0
      lib/cli.zsh
  2. 5
      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

Loading…
Cancel
Save