From a3ade732316796052b506feaf61d079d075fbdc4 Mon Sep 17 00:00:00 2001 From: Robby Russell Date: Tue, 1 Sep 2009 07:46:15 -0700 Subject: [PATCH] Updating the template file to use the oh-my-zsh.sh loader --- templates/zshrc.zsh-template | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template index c66b960..6aae140 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.zsh-template @@ -5,10 +5,7 @@ export ZSH=$HOME/.oh-my-zsh # Look in ~/.oh-my-zsh/themes/ export ZSH_THEME="robbyrussell" -# 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 i in $ZSH/*zsh; do source $i; done; - # Customize to your needs... #export PATH=~/bin:/opt/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/local/sbin:/opt/local/lib/postgresql83/bin +source $ZSH/oh-my-zsh.sh