diff options
author | June McEnroe <june@causal.agency> | 2018-09-02 11:35:20 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-09-02 11:35:20 -0400 |
commit | abe183b55a2d64c1988f1238b210bf9eb7f83c55 (patch) | |
tree | 33808c445d80ff84ab6551fe5dcad31de74335c0 | |
parent | Add New Order — Temptation (diff) | |
download | src-abe183b55a2d64c1988f1238b210bf9eb7f83c55.tar.gz src-abe183b55a2d64c1988f1238b210bf9eb7f83c55.zip |
SendEnv LANG
-rw-r--r-- | home/.ssh/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/.ssh/config b/home/.ssh/config index 634f333b..3cb8a4f3 100644 --- a/home/.ssh/config +++ b/home/.ssh/config @@ -3,7 +3,7 @@ Include config_private HashKnownHosts yes -SendEnv NETHACKOPTIONS +SendEnv LANG LC_* NETHACKOPTIONS Host monday thursday HostName %h.local |