From dd59acc22c8dc7bb49039ca6eccff34d950db442 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Mon, 12 Jul 2021 13:07:55 +0200 Subject: Use UTF-8 by default --- home/john/.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home/john/.profile') diff --git a/home/john/.profile b/home/john/.profile index 727ed37..1d7e79f 100644 --- a/home/john/.profile +++ b/home/john/.profile @@ -44,7 +44,7 @@ export MANPATH # This will happen for every shell started, not just login shells. export ENV=$HOME/.shrc -export LC_ALL=en_US.ISO8859-1 +export LC_ALL=en_US.UTF-8 export RTV_BROWSER=w3m export CHOICES=~/.choices -- cgit v1.2.3