You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
383 B
10 lines
383 B
print -Pn '%F{yellow}' |
|
cat >&2 <<-EOD |
|
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'
|
|
|