summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorRobby Russell <robby@planetargon.com>2009-09-01 07:46:15 -0700
committerRobby Russell <robby@planetargon.com>2009-09-01 07:46:15 -0700
commit261bf83d534cb129833bda773363e72c3693a2fa (patch)
tree467c51a4fd805b9fabfd2bd98f7c403b523ba28f /templates
parentaf3e48445456cd08256f21add3b602cd513065e8 (diff)
downloadzsh-261bf83d534cb129833bda773363e72c3693a2fa.tar.gz
zsh-261bf83d534cb129833bda773363e72c3693a2fa.tar.bz2
zsh-261bf83d534cb129833bda773363e72c3693a2fa.zip
Updating the template file to use the oh-my-zsh.sh loader
Diffstat (limited to 'templates')
-rw-r--r--templates/zshrc.zsh-template5
1 files changed, 1 insertions, 4 deletions
diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template
index c66b9609c..6aae14013 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