Set locale
This commit is contained in:
parent
408dbf204d
commit
cda4926a23
@ -43,3 +43,6 @@ if [ -r $HOME/.${SHELL}rc ]; then
|
|||||||
elif [ `basename $SHELL` = 'bash' ] && [ -r $HOME/.bashrc ]; then
|
elif [ `basename $SHELL` = 'bash' ] && [ -r $HOME/.bashrc ]; then
|
||||||
. $HOME/.bashrc
|
. $HOME/.bashrc
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Set locale
|
||||||
|
export LANG="en_US.UTF-8"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user