mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-19 21:41:07 +01:00
parent
314f9dfcb3
commit
2bb10441da
1 changed files with 10 additions and 5 deletions
|
@ -1,5 +1,10 @@
|
||||||
if [[ -x `which nc` ]]; then
|
print -Pn '%F{yellow}'
|
||||||
alias nyan='nc -v nyancat.dakko.us 23' # nyan cat
|
cat >&2 <<-EOD
|
||||||
fi
|
nyan plugin:
|
||||||
|
The nyancat server used by this plugin was shut down due to increased
|
||||||
|
bandwidth costs, so the nyan plugin no longer works. You can get the
|
||||||
|
same functionality in some distributions by installing the nyancat package,
|
||||||
|
or you can compile it yourself.
|
||||||
|
See https://github.com/klange/nyancat for more information.
|
||||||
|
EOD
|
||||||
|
print -Pn '%f'
|
||||||
|
|
Loading…
Reference in a new issue