Newer
Older
zsh_settings / .zsh_plugins / nyan / nyan.plugin.zsh
@aoi1049 aoi1049 on 5 Feb 2019 86 bytes first commit.
if [[ -x `which nc` ]]; then
  alias nyan='nc -v nyancat.dakko.us 23' # nyan cat
fi