mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
fix(curl): rename easy-curl plugin into curl plugin
This commit is contained in:
parent
51983757c6
commit
2aed98cf44
2 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue