dotfiles

Author: Kyle Fuller <inbox@kylefuller.co.uk> 2012-03-01 00:00:09 +0000 +0000
Committer: Kyle Fuller <inbox@kylefuller.co.uk> 2012-03-01 00:00:09 +0000 +0000
Commit: aec42c68fae9dd00925e150887c438d15caabfd4
Parent: 3ba1838090d78a92ef77170897417bcc2c586bed


Switch to the terminalparty zsh theme
diff --git a/.zshrc b/.zshrc
index acf84162c3bcab37c037374c978715895194e009..0bab79013711cdf40dbc6242ca7ae88e9a4c986c 100644
--- a/.zshrc
+++ b/.zshrc
@@ -3,7 +3,7 @@
 if [ -s ~/.oh-my-zsh/oh-my-zsh.sh ] ; then
   # Path to your oh-my-zsh configuration.
   export ZSH=$HOME/.oh-my-zsh
-  export ZSH_THEME="jreese"
+  export ZSH_THEME="terminalparty"
   export DISABLE_AUTO_UPDATE="true"
 
   plugins=()