From 2c9f74b5c3f6910e7c66601008e9ddd0444b70c7 Mon Sep 17 00:00:00 2001 From: Robby Russell Date: Mon, 31 Aug 2009 07:45:31 -0700 Subject: Adding theme support so that people can share their zsh prompts with others. Users can set which theme to load in zshrc now. --- zshrc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'zshrc') diff --git a/zshrc b/zshrc index 46f0b1b51..e2f5fbad6 100644 --- a/zshrc +++ b/zshrc @@ -1,6 +1,10 @@ # 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; -- cgit v1.2.3-70-g09d2