oh-my-zsh/plugins/nyan/nyan.plugin.zsh

6 lines
86 B
Bash

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