mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 00:40:07 +00:00
Merge pull request #2465 from klange/master
change nyancat telnet server
This commit is contained in:
commit
ec37c05cb3
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue