Update dotfiles/.profile
This commit is contained in:
parent
cb01407edb
commit
d731cea0db
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@ export EDITOR="vim"
|
||||||
export MANPAGER="less -X"
|
export MANPAGER="less -X"
|
||||||
|
|
||||||
# Prefer US English and use UTF-8
|
# Prefer US English and use UTF-8
|
||||||
if type locale-gen &> /dev/null; then
|
if [ -e locale-gen ]; then
|
||||||
export LC_ALL="en_US.UTF-8"
|
export LC_ALL="en_US.UTF-8"
|
||||||
fi
|
fi
|
||||||
export LANG="en_US"
|
export LANG="en_US"
|
||||||
|
|
Loading…
Reference in a new issue