diff options
author | June McEnroe <june@causal.agency> | 2019-07-27 17:22:49 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-07-27 17:22:49 -0400 |
commit | 224b3a195e2b00824e326d9e94f715c5f41f93f5 (patch) | |
tree | 2cd5409f3436defc07c35aa7f9bbb6094c355c55 /home/.ssh | |
parent | Fix shell script style in ~/.local/bin (diff) | |
download | src-224b3a195e2b00824e326d9e94f715c5f41f93f5.tar.gz src-224b3a195e2b00824e326d9e94f715c5f41f93f5.zip |
Clean up home files
Diffstat (limited to '')
-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 5450fcdd..270f92d9 100644 --- a/home/.ssh/config +++ b/home/.ssh/config @@ -3,7 +3,7 @@ Include config_private HashKnownHosts yes -SendEnv LANG LC_* NETHACKOPTIONS +SendEnv LANG LC_* Host monday thursday tux HostName %h.local |