mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 08:50:08 +00:00
9b3344dd80
miku.acm.uiuc.edu was decommissioned a while ago; this is a sanctioned mirror
5 lines
87 B
Bash
5 lines
87 B
Bash
if [[ -x `which nc` ]]; then
|
|
alias nyan='nc -v nyan.howes.net.nz 23' # nyan cat
|
|
fi
|
|
|
|
|