summaryrefslogtreecommitdiff
path: root/templates/zshrc-template
diff options
context:
space:
mode:
authorRobby Russell <robby@planetargon.com>2009-09-01 07:43:46 -0700
committerRobby Russell <robby@planetargon.com>2009-09-01 07:43:46 -0700
commit4516bda0190aca430c57b6f8c6f5380db63e3b7e (patch)
tree0d65048a84db6c03463f76426287482f491d8480 /templates/zshrc-template
parent53abb4e2a70a1e2c0871b83daa4dac6178a61803 (diff)
downloadzsh-4516bda0190aca430c57b6f8c6f5380db63e3b7e.tar.gz
zsh-4516bda0190aca430c57b6f8c6f5380db63e3b7e.tar.bz2
zsh-4516bda0190aca430c57b6f8c6f5380db63e3b7e.zip
Moving and renaming the zshrc file to a template file
Diffstat (limited to 'templates/zshrc-template')
-rw-r--r--templates/zshrc-template14
1 files changed, 14 insertions, 0 deletions
diff --git a/templates/zshrc-template b/templates/zshrc-template
new file mode 100644
index 000000000..c66b9609c
--- /dev/null
+++ b/templates/zshrc-template
@@ -0,0 +1,14 @@
+# 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
+