1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-21 15:30:09 +00:00

Merge pull request #2465 from klange/master

change nyancat telnet server
This commit is contained in:
Robby Russell 2014-02-03 22:23:46 -08:00
commit ec37c05cb3

View file

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