Move nethack function to its own script

This commit is contained in:
Eryn Wells 2014-02-10 10:17:39 -07:00
parent b9c42cdd6f
commit ff92c78b40
2 changed files with 33 additions and 10 deletions

10
rc
View file

@ -73,16 +73,6 @@ function configure_ls
}
function nethack
{
if binary_exists nethack; then
command nethack
else
telnet nethack.alt.org
fi
}
# NetHack options
# use color in the terminal
binary_exists nethack && export NETHACKOPTIONS="color"