mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
fix(httpie): remove unnecessary https
alias (#10856)
This commit is contained in:
parent
eb00b95d26
commit
ed411d3ff1
2 changed files with 0 additions and 13 deletions
|
@ -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…
Reference in a new issue