set the locale in rc.conf

This commit is contained in:
Jack L. Frost 2015-10-13 11:23:10 +03:00
parent 9363ea33f5
commit e379e8efff
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,9 @@
# System-wide configuration
# A default PATH
export PATH='/usr/local/bin:/usr/local/sbin:/usr/bin'
# Locale
export LC_ALL='en_US.UTF-8'
# Hostname
cfg_hostname='spark'