Browse Source

Moving some example files into custom/

master
Robby Russell 15 years ago
parent
commit
8d2244ed59
  1. 0
      custom/example.zsh
  2. 3
      oh-my-zsh.sh

0
projects.zsh-example → custom/example.zsh

3
oh-my-zsh.sh

@ -3,3 +3,6 @@ @@ -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

Loading…
Cancel
Save