1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2025-03-06 10:05:24 +08:00
2014-01-24 10:27:41 -08:00

6 lines
86 B
Bash

if [[ -x `which nc` ]]; then
alias nyan='nc -v nyancat.dakko.us 23' # nyan cat
fi