summary refs log tree commit diff
path: root/curtis/.ssh
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2017-08-19 14:13:59 -0400
committerJune McEnroe <programble@gmail.com>2017-08-19 14:13:59 -0400
commit1cb1885be0ef5d81d9b8922d6a562934c59f3954 (patch)
tree5521fd94be0481835fb094588843dfa82789779f /curtis/.ssh
parentRemove scala syntax file (diff)
downloadsrc-1cb1885be0ef5d81d9b8922d6a562934c59f3954.tar.gz
src-1cb1885be0ef5d81d9b8922d6a562934c59f3954.zip
Move nethack options to env
Diffstat (limited to 'curtis/.ssh')
-rw-r--r--curtis/.ssh/config2
1 files changed, 2 insertions, 0 deletions
diff --git a/curtis/.ssh/config b/curtis/.ssh/config
index 8992ad3a..4ae18c54 100644
--- a/curtis/.ssh/config
+++ b/curtis/.ssh/config
@@ -3,6 +3,8 @@ Include config_private
 
 HashKnownHosts yes
 
+SendEnv NETHACKOPTIONS
+
 Host tux.local thursday.local
     ForwardAgent yes
     RemoteForward 7062 127.0.0.1:7062
precedence of unary versions of operatorsJune McEnroe 2019-05-18Add compound assignment operators to orderJune McEnroe 2019-05-15Support simple assignment in orderJune McEnroe 2019-05-15Implement sizeof in orderJune McEnroe 2019-05-15Add orderJune McEnroe 2019-05-12Add T suffix in bitJune McEnroe 2019-05-10Highlight yacc and lex files as CJune McEnroe Their %-prefixed directives should probably be highlighted Macro. 2019-05-10Use val instead of suboptargJune McEnroe suboptarg doesn't exist in GNU. Hopefully BSD getsubopt also sets val on failure? 2019-05-09Add Parable of the SowerJune McEnroe 2019-05-07Add bit without buildJune McEnroe Need to do some stuff in the Makefile for lex and yacc and generating HTML pages for it. 2019-05-04Fix MANDIR typoJune McEnroe 2019-05-04Move relay to binJune McEnroe