From b501522a21b3ddb0c8af133908db654b7711e009 Mon Sep 17 00:00:00 2001 From: Carlos Cardoso Date: Mon, 3 Jun 2013 23:09:42 -0300 Subject: [PATCH] Changing theme. --- templates/zshrc-linux.zsh | 3 ++- templates/zshrc-mac.zsh | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/templates/zshrc-linux.zsh b/templates/zshrc-linux.zsh index 5c0660c1d..0a1e264b7 100644 --- a/templates/zshrc-linux.zsh +++ b/templates/zshrc-linux.zsh @@ -5,7 +5,8 @@ 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="afowler" +# ZSH_THEME="afowler" +ZSH_THEME="mh" # Example aliases # alias zshconfig="mate ~/.zshrc" diff --git a/templates/zshrc-mac.zsh b/templates/zshrc-mac.zsh index 4b0b36acd..9af8f7c17 100644 --- a/templates/zshrc-mac.zsh +++ b/templates/zshrc-mac.zsh @@ -5,7 +5,8 @@ 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="afowler" +# ZSH_THEME="afowler" +ZSH_THEME="mh" # Example aliases # alias zshconfig="mate ~/.zshrc"