From db4bd78d7e470029b4fc6bbad80fbff4d81074a8 Mon Sep 17 00:00:00 2001 From: Adil Hafeez Date: Sat, 2 Apr 2016 00:37:47 +0000 Subject: [PATCH] Set default theme to steeef --- templates/zshrc.zsh-template | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template index 44e8b0d1b..6e9782504 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.zsh-template @@ -5,7 +5,12 @@ export 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="robbyrussell" +#ZSH_THEME="robbyrussell" +#ZSH_THEME="amuse" +#ZSH_THEME="clean" +#ZSH_THEME="pure" +#ZSH_THEME="agnoster" +ZSH_THEME="steeef" # Uncomment the following line to use case-sensitive completion. # CASE_SENSITIVE="true"