| ... | ... |
@@ -3,3 +3,6 @@ |
| 3 | 3 |
# Load all of the config files in ~/oh-my-zsh that end in .zsh |
| 4 | 4 |
# TIP: Add files you don't want in git to .gitignore |
| 5 | 5 |
for config_file ($ZSH/lib/*.zsh) source $config_file |
| 6 |
+ |
|
| 7 |
+# Load all of your custom configurations from custom/ |
|
| 8 |
+for config_file ($ZSH/custom/*.zsh) source $config_file |