From c6eb1cd8fa4f3ca5521e32918a72dd091f25fd8a Mon Sep 17 00:00:00 2001 From: Carlos Cardoso Date: Sat, 24 Oct 2015 00:55:43 -0400 Subject: [PATCH] changed zsh theme --- templates/zshrc-mac.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/zshrc-mac.zsh b/templates/zshrc-mac.zsh index 067f332e0..504407627 100644 --- a/templates/zshrc-mac.zsh +++ b/templates/zshrc-mac.zsh @@ -5,8 +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="cadusk" +# ZSH_THEME="afowler" +ZSH_THEME="nicoulaj" # Example aliases # alias zshconfig="mate ~/.zshrc"