From 146eda02e6dd62e2a8895b599c98a7a5994ba551 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Sun, 23 Jul 2017 22:15:00 -0400 Subject: Add nethackrc --- home/.nethackrc | 10 ++++++++++ link.sh | 1 + 2 files changed, 11 insertions(+) create mode 100644 home/.nethackrc diff --git a/home/.nethackrc b/home/.nethackrc new file mode 100644 index 00000000..4261dc37 --- /dev/null +++ b/home/.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:$!?+/ diff --git a/link.sh b/link.sh index c0bdf152..bacb1873 100755 --- a/link.sh +++ b/link.sh @@ -38,6 +38,7 @@ link '.gdbinit' link '.gnupg/gpg-agent.conf' link '.hushlogin' link '.inputrc' +link '.nethackrc' link '.psqlrc' link '.ssh/config' link '.zshrc' -- cgit 1.4.1