Browse Source

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

David Davis 2 years ago
parent
commit
ed411d3ff1
2 changed files with 0 additions and 13 deletions
  1. 0 6
      plugins/httpie/README.md
  2. 0 7
      plugins/httpie/httpie.plugin.zsh

+ 0 - 6
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)

+ 0 - 7
plugins/httpie/httpie.plugin.zsh

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