1
0
Fork 0
mirror of https://github.com/hcartiaux/dotfiles.git synced 2024-10-18 09:15:24 +02:00

[zsh] Default language locale en_US.UTF-8

This commit is contained in:
Hyacinthe Cartiaux 2013-09-16 11:40:06 +02:00
parent eb58e8fc8b
commit c1e91e4971

View file

@ -1,7 +1,8 @@
source /etc/profile
# Default language
export LANG=C
export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8
autoload -U promptinit compinit
promptinit