diff options
author | Sergey Lysenko <soulwish.ls@gmail.com> | 2018-10-08 19:27:21 +0300 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2018-10-08 18:27:21 +0200 |
commit | 5f988197cbea1eb677d7957b1f007891096d618b (patch) | |
tree | 6ac3fc34a8ccaff0f811bbbc85f4423eb09b99b2 /plugins | |
parent | d9ea2604790d0ce0f7160b77bebe06c69766c06e (diff) | |
download | zsh-5f988197cbea1eb677d7957b1f007891096d618b.tar.gz zsh-5f988197cbea1eb677d7957b1f007891096d618b.tar.bz2 zsh-5f988197cbea1eb677d7957b1f007891096d618b.zip |
nyan: add README and deprecation warning (#7251)
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/nyan/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/nyan/README.md b/plugins/nyan/README.md new file mode 100644 index 000000000..592941824 --- /dev/null +++ b/plugins/nyan/README.md @@ -0,0 +1,5 @@ +# Nyan plugin + +This plugin adds a command to display [Nyan Cat](https://en.wikipedia.org/wiki/Nyan_Cat) right inside your terminal. + +**Plugin is deprecated**. Check [official repo](https://github.com/klange/nyancat) for more information.
\ No newline at end of file |