From 969a9f3a28a52efd677fddcd7263f0841d5cfb1e Mon Sep 17 00:00:00 2001 From: Mikko Lehto Date: Mon, 24 Sep 2018 10:57:07 +0300 Subject: [PATCH] profile: LANG --- profile | 1 + 1 file changed, 1 insertion(+) diff --git a/profile b/profile index 074f887..f36c311 100644 --- a/profile +++ b/profile @@ -1,4 +1,5 @@ LC_CTYPE=en_GB.UTF-8; export LC_CTYPE +LANG=en_GB.UTF-8; export LANG EDITOR=vim; export EDITOR PAGER=less; export PAGER