diff --git a/.nethackrc b/.nethackrc new file mode 100644 index 0000000..85f19cc --- /dev/null +++ b/.nethackrc @@ -0,0 +1,29 @@ +# +# System-wide NetHack configuration file for console-only NetHack. +# +OPTIONS=windowtype:tty,toptenwin,hilite_pet,!number_pad,!cmdassist +OPTIONS=fixinv,safe_pet,sortpack,tombstone,color +OPTIONS=verbose,news,fruit:potato +OPTIONS=dogname:Darty +OPTIONS=catname:Muffins +OPTIONS=pickup_types:$ +OPTIONS=nomail + +# Enable this if you want to see your inventory sorted in alphabetical +# order by item instead of by index letter: +# OPTIONS=sortloot:full +# or if you just want containers sorted: +# OPTIONS=sortloot:loot + +# +# Some sane defaults for menucolor +# + +OPTIONS=menucolors +MENUCOLOR=" blessed "=green +MENUCOLOR=" holy "=green +MENUCOLOR=" uncursed "=yellow +MENUCOLOR=" cursed "=red +MENUCOLOR=" unholy "=red +MENUCOLOR=" cursed .* (being worn)"=orange&underline +