diff options
author | John Ankarström <john@ankarstrom.se> | 2021-07-12 13:07:55 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-07-12 13:08:15 +0200 |
commit | dd59acc22c8dc7bb49039ca6eccff34d950db442 (patch) | |
tree | 1626b8527061a7a5af6394dbf2ac4b7f112f1c5a /home | |
parent | b931c93218400358acd9bc83949fb6867c4cfd18 (diff) | |
download | lbsd-dd59acc22c8dc7bb49039ca6eccff34d950db442.tar.gz |
Use UTF-8 by default
Diffstat (limited to 'home')
-rw-r--r-- | home/john/.profile | 2 | ||||
-rw-r--r-- | home/john/.shrc | 3 |
2 files changed, 1 insertions, 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` |