diff --git a/zshrc b/zshrc index 62e4f3349..cff44690b 100644 --- a/zshrc +++ b/zshrc @@ -5,7 +5,9 @@ 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" + +export LANG=en_US.UTF-8 # Example aliases # alias zshconfig="mate ~/.zshrc"