1
0
Fork 0

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

pull/4/head
Robby Russell 15 years ago
parent b3defd3767
commit 8dd06e3c73

@ -2,4 +2,4 @@
# Load all of the config files in ~/oh-my-zsh that end in .zsh # 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 # 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

Loading…
Cancel
Save