Moving all zsh config options into a lib/ subdirectory to make way for some upcoming changes to directory structure and configuration options

This commit is contained in:
Robby Russell 2009-09-23 07:43:36 -07:00
parent b3defd3767
commit 8dd06e3c73
11 changed files with 1 additions and 1 deletions

View file

@ -2,4 +2,4 @@
# 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/*.zsh) source $config_file
for config_file ($ZSH/lib/*.zsh) source $config_file