From fe6935bef82e273f6630f14606807ffcb6feee99 Mon Sep 17 00:00:00 2001 From: Michael Komitee Date: Sun, 26 Dec 2010 15:35:01 -0500 Subject: [PATCH] allowing local site customizations to be unversioned - this allows me to have promprietary stuff in my configs without them ending up on github --- oh-my-zsh.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/oh-my-zsh.sh b/oh-my-zsh.sh index 848e48eb5..5a0331f7a 100644 --- a/oh-my-zsh.sh +++ b/oh-my-zsh.sh @@ -3,6 +3,8 @@ # add a function path fpath=($ZSH/functions $fpath) +for config_file ($HOME/.zshrc.*) source $config_file + # 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