mirror of
https://gitee.com/mirrors/ohmyzsh.git
synced 2026-08-06 09:34:25 +08:00
miku.acm.uiuc.edu was decommissioned a while ago; this is a sanctioned mirror
6 lines
87 B
Bash
6 lines
87 B
Bash
if [[ -x `which nc` ]]; then
|
|
alias nyan='nc -v nyan.howes.net.nz 23' # nyan cat
|
|
fi
|
|
|
|
|