turns out the fix is just to put unicode to LANG

This commit is contained in:
Steven Lu 2013-07-11 14:47:22 -04:00
commit 491e71ccda

2
zshrc
View file

@ -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"