mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-15 01:48:34 -07:00
core: move core folder to lib, for now
This commit is contained in:
parent
07bcf041c0
commit
173d4ca68f
@ -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 New Issue
Block a user