Skip to content

Commit

Permalink
[Fix sorin-ionescu#398] Manually set locale
Browse files Browse the repository at this point in the history
  • Loading branch information
sorin-ionescu authored and Russell Pickett committed Mar 13, 2013
1 parent 9ff4bae commit 94dafba
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 94dafba

Please sign in to comment.