Browse Source

Moving some example files into custom/

Robby Russell 14 years ago
parent
commit
107322c2e8
2 changed files with 3 additions and 0 deletions
  1. 0 0
      custom/example.zsh
  2. 3 0
      oh-my-zsh.sh

projects.zsh-example → custom/example.zsh


+ 3 - 0
oh-my-zsh.sh

@@ -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