From 6f67aa14e31cdc2d31cf3060a5f6d06249740077 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Wed, 15 Jun 2016 00:41:09 +0100 Subject: [PATCH] Fixed powerline fonts on linux, so can use the agnoster theme :D --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index b495e55..6f51525 100644 --- a/zshrc +++ b/zshrc @@ -5,7 +5,7 @@ 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="strug" +ZSH_THEME="agnoster" # Uncomment the following line to use case-sensitive completion. # CASE_SENSITIVE="true"