From 491e71ccdafabb83b4c7f79ae07dd4a2db1774d4 Mon Sep 17 00:00:00 2001 From: Steven Lu Date: Thu, 11 Jul 2013 14:47:22 -0400 Subject: [PATCH] turns out the fix is just to put unicode to LANG --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index 62e4f3349..756b8bd46 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="steeef" +ZSH_THEME="lust" # Example aliases # alias zshconfig="mate ~/.zshrc"