nyan.plugin.zsh 87 B

12345
  1. if [[ -x `which nc` ]]; then
  2. alias nyan='nc -v miku.acm.uiuc.edu 23' # nyan cat
  3. fi