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

[zsh] Add LANG=C (use the default locale)

This commit is contained in:
Hyacinthe Cartiaux 2013-09-03 10:31:42 +02:00
parent b0d711eca9
commit eb58e8fc8b

View file

@ -1,5 +1,8 @@
source /etc/profile
# Default language
export LANG=C
autoload -U promptinit compinit
promptinit
compinit