From a84400ba7cc683f67fdba0b623e251d2b94221f6 Mon Sep 17 00:00:00 2001 From: Cyryl Plotnicki-Chudyk Date: Tue, 26 Nov 2013 21:34:38 +0100 Subject: [PATCH] agnoster as default theme in zsh --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index e22e0ed3..b2876556 100644 --- a/.zshrc +++ b/.zshrc @@ -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="gentoo" +ZSH_THEME="agnoster" # Example aliases # alias zshconfig="mate ~/.zshrc"