Skip to content

Commit

Permalink
Adding locale settings to shell config.
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Culver committed Apr 22, 2014
1 parent 44926a8 commit b389627
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
# Evan's ZSH config from hell (it's really simple and harmless actually)
# ========================================================================

# Locale setup
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8

# ------------------------------------------------------------------------
# Oh-My-ZSH!!
# ------------------------------------------------------------------------
Expand Down

0 comments on commit b389627

Please sign in to comment.