From 07bcf041c00bb583cddb1b41cdea9f9d221d7d1b Mon Sep 17 00:00:00 2001 From: Marc Cornellà Date: Fri, 1 May 2020 19:02:29 +0200 Subject: core: add basic Oh My Zsh CLI (#8876) --- oh-my-zsh.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'oh-my-zsh.sh') diff --git a/oh-my-zsh.sh b/oh-my-zsh.sh index 30259372c..bfb538423 100644 --- a/oh-my-zsh.sh +++ b/oh-my-zsh.sh @@ -73,6 +73,11 @@ 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