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

master
David Davis 4 years ago committed by GitHub
parent eb00b95d26
commit ed411d3ff1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      plugins/httpie/README.md
  2. 7
      plugins/httpie/httpie.plugin.zsh

@ -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)

@ -1,7 +0,0 @@
#
# Aliases
# (sorted alphabetically)
#
alias https='http --default-scheme=https'
Loading…
Cancel
Save