1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-11-12 00:40:07 +00:00

change nyancat telnet server

miku.acm.uiuc.edu was decommissioned a while ago; this is a sanctioned mirror
This commit is contained in:
Kevin Lange 2014-01-23 20:58:23 -08:00
parent d485044169
commit 9b3344dd80

View file

@ -1,5 +1,5 @@
if [[ -x `which nc` ]]; then
alias nyan='nc -v miku.acm.uiuc.edu 23' # nyan cat
alias nyan='nc -v nyan.howes.net.nz 23' # nyan cat
fi