mirror of
https://github.com/unixorn/awesome-zsh-plugins
synced 2024-11-22 09:23:01 +00:00
Fix case of zr framework
Closes https://github.com/unixorn/awesome-zsh-plugins/issues/1083
This commit is contained in:
parent
b9c9d61c1d
commit
4d161f50de
1 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue