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 | a6370544f98a76262f00312c633c76d1e0d81ac0 (patch) | |
tree | ca461265f49fd42050d4c533b199c5403bedc1a4 /home/.ssh/config | |
parent | Fix shell script style in ~/.local/bin (diff) | |
download | src-a6370544f98a76262f00312c633c76d1e0d81ac0.tar.gz src-a6370544f98a76262f00312c633c76d1e0d81ac0.zip |
Clean up home files
Diffstat (limited to 'home/.ssh/config')
-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 |