Skip to content

Commit

Permalink
Do not try to override the language in my profile
Browse files Browse the repository at this point in the history
  • Loading branch information
yml committed Aug 31, 2014
1 parent b276119 commit e500601
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions _profile
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@ fi
if [ -d "$HOME/bin" ] ; then
PATH="$HOME/bin:$PATH"
fi
export LANGUAGE="en_US:en"
export LC_ALL="C"
export LC_MESSAGES="en_US.UTF-8"
export LC_CTYPE="en_US.UTF-8"
export LC_COLLATE="en_US.UTF-8"

#export LANGUAGE="en_US:en"
#export LC_ALL="C"
#export LC_MESSAGES="en_US.UTF-8"
#export LC_CTYPE="en_US.UTF-8"
#export LC_COLLATE="en_US.UTF-8"

echo " HELLO YANN"

0 comments on commit e500601

Please sign in to comment.