summaryrefslogtreecommitdiff
path: root/templates/zshrc-template
diff options
context:
space:
mode:
authorRobby Russell <robby@planetargon.com>2009-09-01 07:45:49 -0700
committerRobby Russell <robby@planetargon.com>2009-09-01 07:45:49 -0700
commitaf3e48445456cd08256f21add3b602cd513065e8 (patch)
tree1b8b19a4cd29ee53a4d17960b2056b1c4de52c0a /templates/zshrc-template
parent4516bda0190aca430c57b6f8c6f5380db63e3b7e (diff)
downloadzsh-af3e48445456cd08256f21add3b602cd513065e8.tar.gz
zsh-af3e48445456cd08256f21add3b602cd513065e8.tar.bz2
zsh-af3e48445456cd08256f21add3b602cd513065e8.zip
Renaming template file one last time (for now)
Diffstat (limited to 'templates/zshrc-template')
-rw-r--r--templates/zshrc-template14
1 files changed, 0 insertions, 14 deletions
diff --git a/templates/zshrc-template b/templates/zshrc-template
deleted file mode 100644
index c66b9609c..000000000
--- a/templates/zshrc-template
+++ /dev/null
@@ -1,14 +0,0 @@
-# Path to your oh-my-zsh configuration.
-export ZSH=$HOME/.oh-my-zsh
-
-# Set to the name theme to load.
-# 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
-