nyan.plugin.zsh 87 B

12345
  1. if [[ -x `which nc` ]]; then
  2. alias nyan='nc -v nyan.howes.net.nz 23' # nyan cat
  3. fi