Update locale in fish configuration.

This commit is contained in:
Mikael Capelle 2017-12-21 14:31:54 +01:00
parent 9a0b083f65
commit c39ce74d66

View File

@ -1,6 +1,8 @@
# Fish configuration file
set -x LC_ALL en_US.utf8
set -x LC_CTYPE en_US.UTF-8
set -x LC_ALL en_US.UTF-8
set -x PYTHONIOENCODING UTF-8
if test (uname) != "Darwin"