From 173d4ca68f1ff4b04e9f3fd783244c309d848092 Mon Sep 17 00:00:00 2001 From: Marc Cornellà Date: Fri, 1 May 2020 19:15:14 +0200 Subject: core: move core folder to lib, for now --- oh-my-zsh.sh | 5 ----- 1 file changed, 5 deletions(-) (limited to 'oh-my-zsh.sh') 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 -- cgit v1.2.3-70-g09d2