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 +- home/john/.shrc | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) 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 diff --git a/home/john/.shrc b/home/john/.shrc index 4196bac..d5d12e2 100644 --- a/home/john/.shrc +++ b/home/john/.shrc @@ -15,9 +15,6 @@ case "$-" in *i*) alias ack='ack --noheading' alias info='info --vi-keys' alias ls='ls -p' - alias vi='utf8 vi' - alias w3m='utf8 w3m' - alias xinput='utf8 xinput' n() { f=`mktemp` -- cgit v1.2.3