0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

core: move core folder to lib, for now

This commit is contained in:
Marc Cornellà 2020-05-01 19:15:14 +02:00
parent 07bcf041c0
commit 173d4ca68f
2 changed files with 0 additions and 5 deletions

View file

@ -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