summaryrefslogtreecommitdiff
path: root/plugins/httpie/README.md
diff options
context:
space:
mode:
authorDavid Davis <daviddavis@users.noreply.github.com>2022-04-18 06:56:55 -0400
committerGitHub <noreply@github.com>2022-04-18 12:56:55 +0200
commited411d3ff196e32844409ebe0f8b3e21b0b1c9f6 (patch)
tree8833accc39adc6a9ade9a6ee5da73b9fff9279da /plugins/httpie/README.md
parenteb00b95d26e8f264af80f508d50ac32e50619027 (diff)
downloadzsh-ed411d3ff196e32844409ebe0f8b3e21b0b1c9f6.tar.gz
zsh-ed411d3ff196e32844409ebe0f8b3e21b0b1c9f6.tar.bz2
zsh-ed411d3ff196e32844409ebe0f8b3e21b0b1c9f6.zip
fix(httpie): remove unnecessary `https` alias (#10856)
Diffstat (limited to 'plugins/httpie/README.md')
-rw-r--r--plugins/httpie/README.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/httpie/README.md b/plugins/httpie/README.md
index 40d60c47d..25bdd0c7d 100644
--- a/plugins/httpie/README.md
+++ b/plugins/httpie/README.md
@@ -11,10 +11,4 @@ plugins=(... httpie)
It uses completion from [zsh-completions](https://github.com/zsh-users/zsh-completions).
-## Aliases
-
-| Alias | Command |
-| ------------ | ---------------------------------------------------------------- |
-| `https` | `http --default-scheme=https` |
-
**Maintainer:** [lululau](https://github.com/lululau)