1
0
Fork 0

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
commit 07bcf041c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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