nyan.plugin.zsh 86 B

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