1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 07:20:40 +01:00

core: add basic Oh My Zsh CLI (#8876)

This commit is contained in:
Marc Cornellà
2020-05-01 19:02:29 +02:00
committed by GitHub
parent 06b0276675
commit 07bcf041c0
2 changed files with 200 additions and 0 deletions

View File

@@ -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