From 402053ff37160586c56dd82ba1680d3c384ecb60 Mon Sep 17 00:00:00 2001 From: Carlos Cardoso Date: Fri, 27 Jul 2012 01:06:57 -0300 Subject: [PATCH] Changed default theme. --- templates/zshrc.zsh-template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template index 0c03d6ff5..1f1513334 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.zsh-template @@ -5,7 +5,7 @@ ZSH=$HOME/.oh-my-zsh # Look in ~/.oh-my-zsh/themes/ # Optionally, if you set this to "random", it'll load a random theme each # time that oh-my-zsh is loaded. -ZSH_THEME="miloshadzic" +ZSH_THEME="mh" # Example aliases # alias zshconfig="mate ~/.zshrc"