updated bash with some fun things. automated slack updates, nethack, etc

This commit is contained in:
Wryn Wagner
2019-08-20 17:07:55 -06:00
parent 6479d6c34f
commit 6d26e4d26b
3 changed files with 26 additions and 1 deletions

View File

@ -17,4 +17,7 @@ function pika {
imgcat $IMAGE
echo;
}
alias pikabox='while true; do reset; pika; sleep 120; done'
alias netrogue='nethack -u "w0ryn-rog-hum-cha-mal"'