From 27a512b42f8e84b2fa074e25cfce945befa0ccb0 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Mon, 14 Mar 2016 12:03:58 +0000 Subject: [PATCH] Use a more portable theme --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index f73a7f6..5f089b4 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="jonathan" +ZSH_THEME="ys" # Uncomment the following line to use case-sensitive completion. # CASE_SENSITIVE="true"