fix(curl): rename easy-curl plugin into curl plugin

This commit is contained in:
Hanashiko 2025-05-07 20:33:24 +03:00
commit 2aed98cf44
2 changed files with 4 additions and 4 deletions

View file

@ -1,13 +1,13 @@
# easy-curl plugin
# curl plugin
This plugin provides a comprehensive set of aliases and functions to simplify working with `curl` command-line tool, making API testing and HTTP requests more convenient.
## Installation
To use it, add `easy-curl` to the plugins array in your zshrc file:
To use it, add `curl` to the plugins array in your zshrc file:
```zsh
plugins=(... easy-curl)
plugins=(... curl)
```
## Requirements

View file

@ -1,6 +1,6 @@
#!/usr/bin/env zsh
# easy-curl - an Oh My Zsh plugin to simplify working with curl
# curl - an Oh My Zsh plugin to simplify working with curl
# Basic curl aliases
alias cl='curl -L' # follow redirects