Skip to content

Commit

Permalink
Moving some example files into custom/
Browse files Browse the repository at this point in the history
  • Loading branch information
robbyrussell committed Sep 23, 2009
1 parent 8debd09 commit 107322c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
File renamed without changes.
3 changes: 3 additions & 0 deletions oh-my-zsh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@
# 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) source $config_file

# Load all of your custom configurations from custom/
for config_file ($ZSH/custom/*.zsh) source $config_file

0 comments on commit 107322c

Please sign in to comment.