diff options
author | John Ankarström <john@ankarstrom.se> | 2021-06-29 19:02:46 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-06-29 19:02:46 +0200 |
commit | 9ca4d4e6342df3389d2da6274b670e622a18a881 (patch) | |
tree | f5361deed6579ee6fbb4ca6b9b18db681598c312 | |
parent | a81cad27b02cb8269d03ad82acf0963f071e5f1e (diff) | |
download | lbsd-9ca4d4e6342df3389d2da6274b670e622a18a881.tar.gz |
.profile: Use C locale to speed up xterm
-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 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 |