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/john/.profile | |
parent | b931c93218400358acd9bc83949fb6867c4cfd18 (diff) | |
download | lbsd-dd59acc22c8dc7bb49039ca6eccff34d950db442.tar.gz |
Use UTF-8 by default
Diffstat (limited to 'home/john/.profile')
-rw-r--r-- | home/john/.profile | 2 |
1 files changed, 1 insertions, 1 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 |