nyan.plugin.zsh 87 Bytes
Newer Older
1
2
3
4
5
if [[ -x `which nc` ]]; then
  alias nyan='nc -v miku.acm.uiuc.edu 23' # nyan cat
fi