diff options
author | John Ankarstrom <john@ankarstrom.se> | 2021-06-29 21:43:14 +0200 |
---|---|---|
committer | John Ankarstrom <john@ankarstrom.se> | 2021-06-29 21:43:14 +0200 |
commit | 47cd7c5f7ee77988689e6ab90eae5f920bb9ad8e (patch) | |
tree | a8062339f5d911d8924114a76eb9ecf3a43dfdfa | |
parent | 75037ee61033b2cf8994e5d6e55fe9a1e066e150 (diff) | |
download | lbsd-47cd7c5f7ee77988689e6ab90eae5f920bb9ad8e.tar.gz |
.profile: Use ISO8859-1
-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 1480ae7..f7db422 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=C +export LC_ALL=en_US.ISO8859-1 export RTV_BROWSER=w3m export CHOICES=~/.choices |