Merge pull request #1086 from unixorn/2020-December-updates

Fix case of zr framework
This commit is contained in:
Joe Block 2020-12-12 10:47:53 -07:00 committed by GitHub
commit 3c029ca126
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,7 +50,7 @@ A collection of ZSH frameworks, plugins, tutorials & themes inspired by the vari
- [zpacker](#zpacker)
- [zplug](#zplug)
- [zpm](#zpm)
- [ZR](#zr)
- [zr](#zr)
- [zshing](#zshing)
- [ztanesh](#ztanesh)
- [ztheme](#ztheme)
@ -289,9 +289,9 @@ Znap can:
* zpm runs on Linux, macOS, FreeBSD and Android.
* zpm plugins are compatible with [oh-my-zsh](http://ohmyz.sh/).
### [ZR](https://github.com/jedahan/zr)
### [zr](https://github.com/jedahan/zr)
**ZR** is a quick, simple ZSH plugin manager written in Rust and easily installable with `cargo install zr`.
**zr** is a quick, simple ZSH plugin manager written in Rust and easily installable with `cargo install zr`.
### [zshing](https://github.com/zakariaGatter/zshing)