ohmyzsh/plugins/nyan/nyan.plugin.zsh
Kevin Lange bbcbb7a6be change nyancat telnet server
miku.acm.uiuc.edu was decommissioned a while ago; this is a sanctioned mirror
2014-11-28 14:36:28 +01:00

5 lines
87 B
Bash

if [[ -x `which nc` ]]; then
alias nyan='nc -v nyan.howes.net.nz 23' # nyan cat
fi