Copied bash scripts and fixed shebangs

This commit is contained in:
Wryn Wagner
2019-12-02 10:16:05 -07:00
parent f5b9664b6b
commit 67e48cb7bc
12 changed files with 443 additions and 0 deletions

3
zsh/fun Normal file
View File

@ -0,0 +1,3 @@
#!/bin/zsh
alias cheerup="clear; echo; fortune | cowsay -f stegosaurus | lolcat; echo;"
alias netrogue='nethack -u "w0ryn-rog-hum-cha-mal"'