mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
core: move core folder to lib, for now
This commit is contained in:
parent
07bcf041c0
commit
173d4ca68f
2 changed files with 0 additions and 5 deletions
|
@ -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…
Reference in a new issue