From 9ca4d4e6342df3389d2da6274b670e622a18a881 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Tue, 29 Jun 2021 19:02:46 +0200 Subject: .profile: Use C locale to speed up xterm --- home/john/.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home') diff --git a/home/john/.profile b/home/john/.profile index e3025fd..1480ae7 100644 --- a/home/john/.profile +++ b/home/john/.profile @@ -35,7 +35,7 @@ export PAGER=less # This will happen for every shell started, not just login shells. export ENV=$HOME/.shrc -export LC_ALL=en_US.UTF-8 +export LC_ALL=C export RTV_BROWSER=w3m export CHOICES=~/.choices -- cgit v1.2.3