Skip to content

Commit

Permalink
Moving all zsh config options into a lib/ subdirectory to make way fo…
Browse files Browse the repository at this point in the history
…r some upcoming changes to directory structure and configuration options
  • Loading branch information
robbyrussell committed Sep 23, 2009
1 parent 2759586 commit 8debd09
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion oh-my-zsh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8debd09

Please sign in to comment.