1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2025-12-17 17:03:49 +08:00
ohmyzsh-mirror/plugins/nyan/nyan.plugin.zsh
Kevin Lange 9b3344dd80 change nyancat telnet server
miku.acm.uiuc.edu was decommissioned a while ago; this is a sanctioned mirror
2014-01-23 20:58:23 -08:00

6 lines
87 B
Bash

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