Unverified Commit ed411d3f authored by David Davis's avatar David Davis Committed by GitHub

fix(httpie): remove unnecessary `https` alias (#10856)

parent eb00b95d
......@@ -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)
#
# Aliases
# (sorted alphabetically)
#
alias https='http --default-scheme=https'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment