diff options
author | Marc Cornellà <marc.cornella@live.com> | 2020-05-01 19:15:14 +0200 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2020-05-01 19:15:14 +0200 |
commit | 173d4ca68f1ff4b04e9f3fd783244c309d848092 (patch) | |
tree | e214cf883fb600668bb9a5a7ca80db51ac675e9a | |
parent | 07bcf041c00bb583cddb1b41cdea9f9d221d7d1b (diff) | |
download | zsh-173d4ca68f1ff4b04e9f3fd783244c309d848092.tar.gz zsh-173d4ca68f1ff4b04e9f3fd783244c309d848092.tar.bz2 zsh-173d4ca68f1ff4b04e9f3fd783244c309d848092.zip |
core: move core folder to lib, for now
-rw-r--r-- | lib/cli.zsh (renamed from core/cli.zsh) | 0 | ||||
-rw-r--r-- | oh-my-zsh.sh | 5 |
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 |