From b62fd8020216680f14c943e06865a2e4d4665a96 Mon Sep 17 00:00:00 2001 From: Carlos Cardoso Date: Tue, 1 May 2012 10:16:00 -0400 Subject: [PATCH] Changed shell theme --- templates/zshrc.zsh-template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template index 175bface9..8993c2815 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="gallifrey" +ZSH_THEME="jreese" # Example aliases # alias zshconfig="mate ~/.zshrc" @@ -36,4 +36,3 @@ source $ZSH/oh-my-zsh.sh # Customize to your needs... # Themes override ls alias from aliases.zsh -alias ls='ls -Ga'