summary refs log tree commit diff
path: root/curtis
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2017-07-23 22:15:00 -0400
committerJune McEnroe <programble@gmail.com>2017-07-23 22:15:00 -0400
commit2e9088e8393afbea9570e6d7fadd153639de2106 (patch)
tree68675593c48c79a1bafc755d32220f2c9a366ea2 /curtis
parentRemove useless setuid in bri (diff)
downloadsrc-2e9088e8393afbea9570e6d7fadd153639de2106.tar.gz
src-2e9088e8393afbea9570e6d7fadd153639de2106.zip
Add nethackrc
Diffstat (limited to '')
-rw-r--r--curtis/.nethackrc10
1 files changed, 10 insertions, 0 deletions
diff --git a/curtis/.nethackrc b/curtis/.nethackrc
new file mode 100644
index 00000000..4261dc37
--- /dev/null
+++ b/curtis/.nethackrc
@@ -0,0 +1,10 @@
+OPTIONS=name:June
+OPTIONS=role:Ranger
+OPTIONS=race:Human
+OPTIONS=gender:female
+OPTIONS=align:neutral
+
+OPTIONS=DECgraphics
+OPTIONS=color
+
+OPTIONS=pickup_types:$!?+/
in/shotty.c?id=9bc11116890bf5f33d3a32d5efe97167fa8056ce&follow=1'>Factor out clearJune McEnroe 2019-07-11Add bright option to shottyJune McEnroe 2019-07-11Output <b>, <i>, <u> in shottyJune McEnroe 2019-07-10Ignore SM and RMJune McEnroe 2019-07-09Add shotty man page and build itJune McEnroe 2019-07-09Add up -cJune McEnroe 2019-07-09Add options for default colors to shottyJune McEnroe 2019-07-08Use char literals consistentlyJune McEnroe