mirror of
https://github.com/unixorn/awesome-zsh-plugins
synced 2024-11-22 09:23:01 +00:00
Update README.md to fix typo in "case" plugin description.
The Plugins tab describes the functions ``tolower`` and ``touper``, but the latter is ``toupper`` in the actual repo's description.
This commit is contained in:
parent
1ae087211e
commit
bdc70d5dbf
1 changed files with 1 additions and 1 deletions
|
@ -373,7 +373,7 @@ The project is very active – currently > 2000 commits.
|
|||
* [calc](https://github.com/arzzen/calc.plugin.zsh) - A calculator for ZSH.
|
||||
* [caniuse](https://github.com/walesmd/caniuse.plugin.zsh) - Add [Can I Use...](https://caniuse.com) support to ZSH.
|
||||
* [careful_rm](https://github.com/MikeDacre/careful_rm) - A wrapper for `rm` that adds trash/recycling and useful warnings.
|
||||
* [case](https://github.com/rtuin/zsh-case) - A ZSH plugin that adds two aliases `tolower` and `touper` to switch output case.
|
||||
* [case](https://github.com/rtuin/zsh-case) - A ZSH plugin that adds two aliases `tolower` and `toupper` to switch output case.
|
||||
* [cd-gitroot](https://github.com/mollifier/cd-gitroot) - A ZSH plugin to `cd` to the `git` repository root directory.
|
||||
* [cd-reminder](https://github.com/bartboy011/cd-reminder) - Display reminders when `cd`-ing into specified directories.
|
||||
* [cd-reporoot](https://github.com/P4Cu/cd-reporoot) - A ZSH plugin to `cd` to the current repository checkout's root directory.
|
||||
|
|
Loading…
Reference in a new issue