Skip to content

Commit

Permalink
[Fix #398] Manually set locale
Browse files Browse the repository at this point in the history
  • Loading branch information
sorin-ionescu committed Feb 28, 2013
1 parent 218559a commit 5d27f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runcoms/zshenv
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export PAGER='less'
#

if [[ -z "$LANG" ]]; then
eval "$(locale)"
export LANG='en_US.UTF-8'
fi

#
Expand Down

0 comments on commit 5d27f2c

Please sign in to comment.